xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDS
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 4 Sep 2012 16:44:52 +0000 (18:44 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:23:10 +0000 (08:23 -0800)
* it was separated from xserver-xorg package and glamo fails in runtime without that
  http://git.openembedded.org/openembedded-core/commit/?id=1a666ee1cda3c0b74daba5881fc5f62e13deec66

(From meta-openembedded rev: f3dbc97b44a5dd2588eb0c6ed7e3ce1b1e997847)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb

index 6fb78ab..10120b1 100644 (file)
@@ -1,12 +1,13 @@
 require recipes-graphics/xorg-driver/xorg-driver-video.inc
 DESCRIPTION = "X.Org X server -- Glamo display driver with KMS support"
 DEPENDS += "libdrm"
+RDEPENDS_${PN} += "xserver-xorg-module-exa"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
 
 PE = "2"
 PV = "1.0.0+gitr${SRCPV}"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master \
            file://0001-glamo-kms-driver-drop-unused-xf86_config.patch \