mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
formfactor: Revert touchscreen mode change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3419 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Device formfactor information"
|
||||
SECTION = "base"
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
SRC_URI = "file://config file://machconfig"
|
||||
S = "${WORKDIR}"
|
||||
@@ -14,11 +14,4 @@ do_install() {
|
||||
if [ -s "${S}/machconfig" ]; then
|
||||
install -m 0644 ${S}/machconfig ${D}${sysconfdir}/formfactor/
|
||||
fi
|
||||
|
||||
install -d ${D}${sysconfdir}/gtk-2.0/
|
||||
. ${S}/machconfig
|
||||
|
||||
if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
|
||||
echo "gtk-touchscreen-mode = 1" > ${D}${sysconfdir}/gtk-2.0/gtkrc
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user