summaryrefslogtreecommitdiff
path: root/recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-10-17 14:21:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-17 14:21:38 +0200
commit59c7090dcc8fe947bc30fdd203b6da7216f3441f (patch)
treedd9100765df718a433de03c4a327be9ed1668db0 /recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend
parent8263c26d4eedaf903d8f47e583c025aba50de2de (diff)
xserver-xorg_1.17.4: merge bbappend
After moving the bb file here, there is now value in keeping the bbappend. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend
deleted file mode 100644
index 9a577a8..0000000
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.17.4.bbappend
+++ /dev/null
@@ -1,26 +0,0 @@
-# always latest and greatest.
-PE_tegra124 = "99"
-
-PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}"
-
-COMPATIBLE_MACHINE = "(apalis-tk1|jetson-tk1|jetson-tk1-l4t)"
-
-DEPENDS_append = " libxfont"
-
-# provided by xf86-input-evdev_2.10.0
-do_install_append () {
- rm -f ${D}/usr/share/X11/xorg.conf.d/10-evdev.conf
-}
-
-#| checking for PIXMAN... yes
-#| checking for SYSTEMD_DAEMON... no
-#| configure: error: systemd support requested but no library has been found
-#| ERROR: Function failed: do_configure (log file is located at .../xserver-xorg/2_1.17.2-r0/temp/log.do_configure.2158)
-
-PACKAGECONFIG ?= "dri2 udev ${XORG_CRYPTO} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx', '', d)} \
- ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "xwayland", "", d)} \
-"
-
-# The NVidia driver needs this enabled.
-PACKAGECONFIG_append = " xinerama "