mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 12:49:33 +02:00
xorg-driver-input: add xorg configuration to FILES
It's common for input drivers to to add files into
${datadir}/X11/xorg.conf.d/.
(From OE-Core rev: 757fb421ec498b7c268944ba5d2942d2b286bed8)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a1003f5004
commit
96ddcc5e77
@@ -14,5 +14,3 @@ SRC_URI[md5sum] = "8ed68e8cc674dd61adb280704764aafb"
|
|||||||
SRC_URI[sha256sum] = "7b0e164ebd02a680e0c695955e783059f37edb0c2656398e0a972adc8e698c80"
|
SRC_URI[sha256sum] = "7b0e164ebd02a680e0c695955e783059f37edb0c2656398e0a972adc8e698c80"
|
||||||
|
|
||||||
DEPENDS += "libxi mtdev libxtst libevdev"
|
DEPENDS += "libxi mtdev libxtst libevdev"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/X11/xorg.conf.d"
|
|
||||||
|
|||||||
@@ -7,5 +7,7 @@ python add_xorg_abi_depends() {
|
|||||||
}
|
}
|
||||||
PACKAGEFUNCS =+ "add_xorg_abi_depends"
|
PACKAGEFUNCS =+ "add_xorg_abi_depends"
|
||||||
|
|
||||||
FILES_${PN} += " ${libdir}/xorg/modules/input/*.so"
|
FILES_${PN} += " ${libdir}/xorg/modules/input/*.so \
|
||||||
|
${datadir}/X11/xorg.conf.d \
|
||||||
|
"
|
||||||
FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug"
|
FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user