mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
xorg-server:
- remove old, no more needed configfile
This commit is contained in:
parent
e3b74c2861
commit
5e507a87ee
@ -1,10 +0,0 @@
|
||||
# Collection of quirks and blacklist/whitelists for specific devices.
|
||||
|
||||
|
||||
# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
|
||||
# http://bugs.freedesktop.org/show_bug.cgi?id=22442
|
||||
Section "InputClass"
|
||||
Identifier "ThinkPad HDAPS accelerometer blacklist"
|
||||
MatchProduct "ThinkPad HDAPS accelerometer data"
|
||||
Option "Ignore" "on"
|
||||
EndSection
|
@ -52,9 +52,6 @@ mkdir -p $XORG_DST/multimedia
|
||||
mkdir -p $INSTALL/usr/lib/xorg
|
||||
cp -P $PKG_BUILD/dix/protocol.txt $INSTALL/usr/lib/xorg
|
||||
|
||||
#mkdir -p $INSTALL/etc/X11/xorg.conf.d
|
||||
# cp -P $PKG_DIR/config/*.conf $INSTALL/etc/X11/xorg.conf.d
|
||||
|
||||
mkdir -p $INSTALL/usr/share/X11/xorg.conf.d
|
||||
cp -P $PKG_BUILD/config/10-evdev.conf $INSTALL/usr/share/X11/xorg.conf.d
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user