summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2015-02-09 13:25:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 10:47:38 +0000
commitba78a365ee97e2b4c6eddbf603ca6f0eb2bc8e17 (patch)
treec4f672c444ec600bbc9671e6e0f9491d490c9d6e
parent0467d530179b658f6a3630526d44858f0cab3024 (diff)
downloadpoky-ba78a365ee97e2b4c6eddbf603ca6f0eb2bc8e17.tar.gz
recipes: add x11 to required DISTRO_FEATURES
* it's not complete, but recipes depending on virtual/libx11 are easiest to spot, I've long list of PNBLACKLIST for all recipes which cannot be built in distro without x11 in DISTRO_FEATURES (From OE-Core rev: 78d269fa9a586e24ef058ba5315c696f15935f56) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb4
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb4
-rw-r--r--meta/recipes-graphics/fstests/fstests_git.bb4
-rw-r--r--meta/recipes-graphics/glew/glew_1.12.0.bb4
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb4
-rw-r--r--meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb4
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb4
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb4
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb4
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb4
-rw-r--r--meta/recipes-graphics/pong-clock/pong-clock_1.0.bb4
-rw-r--r--meta/recipes-graphics/startup-notification/startup-notification_0.12.bb4
-rw-r--r--meta/recipes-graphics/x11-common/x11-common_0.1.bb4
-rw-r--r--meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb4
-rw-r--r--meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb4
-rw-r--r--meta/recipes-graphics/xrestop/xrestop_0.4.bb4
-rw-r--r--meta/recipes-graphics/xtscal/xtscal_0.6.3.bb4
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb4
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.14.1.bb4
-rw-r--r--meta/recipes-support/consolekit/consolekit_0.4.6.bb4
20 files changed, 63 insertions, 17 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index c4710205ba..47589b6ad6 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -7,7 +7,9 @@ DESCRIPTION = "Packages required to run the build system"
7PR = "r13" 7PR = "r13"
8LICENSE = "MIT" 8LICENSE = "MIT"
9 9
10inherit packagegroup 10inherit packagegroup distro_features_check
11# rdepends on libx11-dev
12REQUIRED_DISTRO_FEATURES = "x11"
11 13
12PACKAGES = "\ 14PACKAGES = "\
13 packagegroup-self-hosted \ 15 packagegroup-self-hosted \
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb
index 18fc8938d6..3427fdf420 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb
+++ b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb
@@ -5,4 +5,8 @@ include eglinfo.inc
5 5
6DEPENDS += "virtual/libx11" 6DEPENDS += "virtual/libx11"
7 7
8inherit distro_features_check
9# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11"
11
8SUMMARY += "(X11 version)" 12SUMMARY += "(X11 version)"
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb
index 57ff9f6d54..95c33f410b 100644
--- a/meta/recipes-graphics/fstests/fstests_git.bb
+++ b/meta/recipes-graphics/fstests/fstests_git.bb
@@ -13,4 +13,6 @@ LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac
13 13
14S = "${WORKDIR}/git/tests" 14S = "${WORKDIR}/git/tests"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig distro_features_check
17# depends on virtual/libx11
18REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/meta/recipes-graphics/glew/glew_1.12.0.bb b/meta/recipes-graphics/glew/glew_1.12.0.bb
index 9343604e4d..eb28c4d4f3 100644
--- a/meta/recipes-graphics/glew/glew_1.12.0.bb
+++ b/meta/recipes-graphics/glew/glew_1.12.0.bb
@@ -18,4 +18,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
18SRC_URI[md5sum] = "01246c7ecd135d99be031aa63f86dca1" 18SRC_URI[md5sum] = "01246c7ecd135d99be031aa63f86dca1"
19SRC_URI[sha256sum] = "af58103f4824b443e7fa4ed3af593b8edac6f3a7be3b30911edbc7344f48e4bf" 19SRC_URI[sha256sum] = "af58103f4824b443e7fa4ed3af593b8edac6f3a7be3b30911edbc7344f48e4bf"
20 20
21inherit autotools lib_package pkgconfig 21inherit autotools lib_package pkgconfig distro_features_check
22# depends on virtual/libx11
23REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb
index 4acac39f0d..f2eb675600 100644
--- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb
+++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb
@@ -16,7 +16,9 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/${BPN}/${PV}/${BP
16SRC_URI[md5sum] = "fc6cc807f55a3e7c752d8013176875d7" 16SRC_URI[md5sum] = "fc6cc807f55a3e7c752d8013176875d7"
17SRC_URI[sha256sum] = "254cab52e304a3512c8df4be59d690cf3921bbb68a28ede7fe26b93534217b53" 17SRC_URI[sha256sum] = "254cab52e304a3512c8df4be59d690cf3921bbb68a28ede7fe26b93534217b53"
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig distro_features_check
20# depends on virtual/libx11
21REQUIRED_DISTRO_FEATURES = "x11"
20 22
21PACKAGECONFIG ??= "jpeg png xft xsettings" 23PACKAGECONFIG ??= "jpeg png xft xsettings"
22PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" 24PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb
index d7a80305e8..670d9fcb9c 100644
--- a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb
+++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb
@@ -28,7 +28,9 @@ SRC_URI[sha256sum] = "f274a4bc969ae192994a856b7f786c6fce96bae77f96c1c2b71dd97599
28 28
29S = "${WORKDIR}/Xsettings-client-0.10" 29S = "${WORKDIR}/Xsettings-client-0.10"
30 30
31inherit autotools gettext 31inherit autotools gettext distro_features_check
32# depends on virtual/libx11
33REQUIRED_DISTRO_FEATURES = "x11"
32 34
33do_configure_prepend() { 35do_configure_prepend() {
34 # This package doesn't ship with its own COPYING file and 36 # This package doesn't ship with its own COPYING file and
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
index 154b967d2c..422d255951 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
@@ -18,7 +18,9 @@ SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager \
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit autotools pkgconfig 21inherit autotools pkgconfig distro_features_check
22# depends on virtual/libx11
23REQUIRED_DISTRO_FEATURES = "x11"
22 24
23FILES_${PN} = "${bindir}/* \ 25FILES_${PN} = "${bindir}/* \
24 ${datadir}/matchbox \ 26 ${datadir}/matchbox \
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
index 2eff3713bc..17301a0527 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
@@ -3,7 +3,9 @@ DESCRIPTION = "Packages required to set up a basic working X11 session"
3LICENSE = "MIT" 3LICENSE = "MIT"
4PR = "r1" 4PR = "r1"
5 5
6inherit packagegroup 6inherit packagegroup distro_features_check
7# rdepends on matchbox-wm
8REQUIRED_DISTRO_FEATURES = "x11"
7 9
8RDEPENDS_${PN} = "\ 10RDEPENDS_${PN} = "\
9 packagegroup-core-x11-xserver \ 11 packagegroup-core-x11-xserver \
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
index 2d68e97383..c53f1b758d 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
@@ -8,7 +8,9 @@ PR = "r40"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11inherit packagegroup 11inherit packagegroup distro_features_check
12# rdepends on XSERVER
13REQUIRED_DISTRO_FEATURES = "x11"
12 14
13XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" 15XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
14XSERVERCODECS ?= "" 16XSERVERCODECS ?= ""
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
index fde5144b46..3537d8cbba 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
@@ -5,7 +5,9 @@
5LICENSE = "MIT" 5LICENSE = "MIT"
6PR = "r40" 6PR = "r40"
7 7
8inherit packagegroup 8inherit packagegroup distro_features_check
9# rdepends on x11-common
10REQUIRED_DISTRO_FEATURES = "x11"
9 11
10PACKAGES = "${PN} ${PN}-utils" 12PACKAGES = "${PN} ${PN}-utils"
11 13
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
index fe886f536d..0e1a7928f2 100644
--- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
+++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
@@ -2,6 +2,10 @@ SUMMARY = "A clock combined with a game of pong"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3DEPENDS = "virtual/libx11 xdmcp xau" 3DEPENDS = "virtual/libx11 xdmcp xau"
4 4
5inherit distro_features_check
6# depends on virtual/libx11
7REQUIRED_DISTRO_FEATURES = "x11"
8
5SRC_URI = "file://pong-clock-no-flicker.c" 9SRC_URI = "file://pong-clock-no-flicker.c"
6 10
7LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3" 11LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3"
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
index 363bdcd706..6c1b93cd0a 100644
--- a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
+++ b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
@@ -17,7 +17,9 @@ SECTION = "libs"
17 17
18DEPENDS = "virtual/libx11 libsm xcb-util" 18DEPENDS = "virtual/libx11 libsm xcb-util"
19 19
20inherit autotools pkgconfig 20inherit autotools pkgconfig distro_features_check
21# depends on virtual/libx11
22REQUIRED_DISTRO_FEATURES = "x11"
21 23
22SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz \ 24SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz \
23 file://obsolete_automake_macros.patch \ 25 file://obsolete_automake_macros.patch \
diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb
index a2d8885cc7..156b329486 100644
--- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb
+++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb
@@ -4,6 +4,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4SECTION = "x11" 4SECTION = "x11"
5PR = "r47" 5PR = "r47"
6 6
7inherit distro_features_check
8# rdepends on xdypinfo xmodmap xinit
9REQUIRED_DISTRO_FEATURES = "x11"
10
7SRC_URI = "file://etc \ 11SRC_URI = "file://etc \
8 file://gplv2-license.patch" 12 file://gplv2-license.patch"
9 13
diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
index 3d98172442..ec0241fb28 100644
--- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
+++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
@@ -16,7 +16,9 @@ SRC_URI[sha256sum] = "f6829f2e629667a5284de62b080b13126a0736499fe47cdb447aedb07a
16 16
17DEPENDS = "openssl virtual/libx11 libxext jpeg zlib libxfixes libxrandr libxdamage libxtst" 17DEPENDS = "openssl virtual/libx11 libxext jpeg zlib libxfixes libxrandr libxdamage libxtst"
18 18
19inherit autotools-brokensep 19inherit autotools-brokensep distro_features_check
20# depends on virtual/libx11
21REQUIRED_DISTRO_FEATURES = "x11"
20 22
21PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" 23PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
22PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" 24PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index 562434f16a..a9de3d7ef2 100644
--- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
+++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
@@ -7,7 +7,9 @@ DEPENDS = "virtual/libx11 libxi"
7PV = "0.7.5+git${SRCPV}" 7PV = "0.7.5+git${SRCPV}"
8PR = "r6" 8PR = "r6"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig distro_features_check
11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11"
11 13
12SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" 14SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
13SRC_URI = "git://github.com/tias/xinput_calibrator.git \ 15SRC_URI = "git://github.com/tias/xinput_calibrator.git \
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
index 20d66be55b..ce5df03936 100644
--- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb
+++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
@@ -19,4 +19,6 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.
19SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b" 19SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
20SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257" 20SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"
21 21
22inherit autotools pkgconfig 22inherit autotools pkgconfig distro_features_check
23# depends on virtual/libx11
24REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
index 7e01775ce4..4bfddf06b5 100644
--- a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
+++ b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
@@ -23,7 +23,9 @@ SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
23SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34" 23SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34"
24SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1" 24SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1"
25 25
26inherit autotools pkgconfig 26inherit autotools pkgconfig distro_features_check
27# depends on virtual/libx11
28REQUIRED_DISTRO_FEATURES = "x11"
27 29
28do_install_append() { 30do_install_append() {
29 install -d ${D}${sysconfdir}/X11/Xsession.d/ 31 install -d ${D}${sysconfdir}/X11/Xsession.d/
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index 18d8b16c76..2d046c4f7b 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -8,7 +8,9 @@ PR = "r33"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11inherit packagegroup 11inherit packagegroup distro_features_check
12# rdepends on x11vnc
13REQUIRED_DISTRO_FEATURES = "x11"
12 14
13PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" 15PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
14 16
diff --git a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb
index 8d01124d01..1a1ce6c5ee 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb
@@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a444425712f4
11 11
12DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" 12DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
13 13
14inherit autotools gtk-doc pkgconfig 14inherit autotools gtk-doc pkgconfig distro_features_check
15# depends on virtual/libx11
16REQUIRED_DISTRO_FEATURES = "x11"
15 17
16EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" 18EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}"
17 19
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb
index dfbd11c2d1..66a892a7df 100644
--- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb
+++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
9DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11" 9DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11"
10RDEPENDS_${PN} += "base-files" 10RDEPENDS_${PN} += "base-files"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig distro_features_check
13# depends on virtual/libx11
14REQUIRED_DISTRO_FEATURES = "x11"
13 15
14SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.xz \ 16SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.xz \
15 file://sepbuildfix.patch \ 17 file://sepbuildfix.patch \