diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-09-30 09:27:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:22 +0100 |
commit | 7047b873e471fba454e70f4365f9b7f5247c2f3c (patch) | |
tree | 7c07c614c371f85732e2217e74ede62aa2401c93 /meta/recipes-graphics | |
parent | b887e7fd3f25a8a5d675cbd4470c5bc6c780e0b5 (diff) | |
download | poky-7047b873e471fba454e70f4365f9b7f5247c2f3c.tar.gz |
xorg-driver: rename .inc files and merge some changes from meta-oe
* use INC_PR
* use BPN directly instead of XORG_PN
(From OE-Core rev: 7920cc4b43f139d023b52a71c2407f5295347618)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
16 files changed, 38 insertions, 31 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb index a37be179a1..db6a3b3938 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- event devices (evdev) input driver" | 3 | SUMMARY = "X.Org X server -- event devices (evdev) input driver" |
4 | 4 | ||
@@ -14,7 +14,7 @@ xorg.conf for each input device that will use this driver. " | |||
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16" |
16 | 16 | ||
17 | PR = "r0" | 17 | PR = "${INC_PR}.0" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "f33fe9413bde68936d8909206a13e8a1" | 19 | SRC_URI[md5sum] = "f33fe9413bde68936d8909206a13e8a1" |
20 | SRC_URI[sha256sum] = "b0e7f3991a8183a4743196c3e16d7184d439b80bf43653aa2f45b0756a6753ac" | 20 | SRC_URI[sha256sum] = "b0e7f3991a8183a4743196c3e16d7184d439b80bf43653aa2f45b0756a6753ac" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb index 9b1441d77c..e374fbd786 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- keyboard input driver" | 3 | SUMMARY = "X.Org X server -- keyboard input driver" |
4 | 4 | ||
@@ -9,7 +9,7 @@ core keyboard." | |||
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "${INC_PR}.0" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "e2abe9f13e526a73cb68a7d257546eba" | 14 | SRC_URI[md5sum] = "e2abe9f13e526a73cb68a7d257546eba" |
15 | SRC_URI[sha256sum] = "c46c790fec905d696573b7a374b10ab8b4389112a8f69993fe011006c99e858e" | 15 | SRC_URI[sha256sum] = "c46c790fec905d696573b7a374b10ab8b4389112a8f69993fe011006c99e858e" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb index fe8cee9d9c..5bc055866f 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- keyboard input driver" | 3 | SUMMARY = "X.Org X server -- keyboard input driver" |
4 | 4 | ||
@@ -9,6 +9,7 @@ core keyboard." | |||
9 | 9 | ||
10 | SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" | 10 | SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" |
11 | PV = "1.3.2+git${SRCPV}" | 11 | PV = "1.3.2+git${SRCPV}" |
12 | PR = "${INC_PR}.0" | ||
12 | 13 | ||
13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" | 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" |
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb index fbc2c6691b..b4918ef42c 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- mouse input driver" | 3 | SUMMARY = "X.Org X server -- mouse input driver" |
4 | 4 | ||
@@ -10,5 +10,7 @@ driver." | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" |
12 | 12 | ||
13 | PR = "${INC_PR}.0" | ||
14 | |||
13 | SRC_URI[md5sum] = "7f31472689c15b6de62eff04d0fb57d7" | 15 | SRC_URI[md5sum] = "7f31472689c15b6de62eff04d0fb57d7" |
14 | SRC_URI[sha256sum] = "4e989542b5e9e0c5f9087288b18e70de1064dd27c83a4bc6dce58f3ea9d74994" | 16 | SRC_URI[sha256sum] = "4e989542b5e9e0c5f9087288b18e70de1064dd27c83a4bc6dce58f3ea9d74994" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb index b4dd1edfe2..392892ee58 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- mouse input driver" | 3 | SUMMARY = "X.Org X server -- mouse input driver" |
4 | 4 | ||
@@ -10,7 +10,7 @@ driver." | |||
10 | 10 | ||
11 | SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" | 11 | SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" |
12 | PV = "1.3.0+git${SRCPV}" | 12 | PV = "1.3.0+git${SRCPV}" |
13 | PR = "r2" | 13 | PR = "${INC_PR}.0" |
14 | 14 | ||
15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ | 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ |
16 | file://unbreak.patch" | 16 | file://unbreak.patch" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb index 39cd35fb22..a75d0510a0 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" | 3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" |
4 | 4 | ||
@@ -10,6 +10,8 @@ advanced features of the touchpad to become available." | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" |
12 | 12 | ||
13 | PR = "${INC_PR}.0" | ||
14 | |||
13 | DEPENDS += "libxi" | 15 | DEPENDS += "libxi" |
14 | 16 | ||
15 | # | 17 | # |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb index dbfcef5a75..3b3db59974 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" | 3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" |
4 | 4 | ||
@@ -10,6 +10,7 @@ advanced features of the touchpad to become available." | |||
10 | 10 | ||
11 | SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" | 11 | SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" |
12 | PV = "0.15.2+git${SRCPV}" | 12 | PV = "0.15.2+git${SRCPV}" |
13 | PR = "${INC_PR}.0" | ||
13 | 14 | ||
14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" | 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" |
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb index 9535a8f877..42e2b14e51 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- VMWare mouse input driver" | 3 | DESCRIPTION = "X.Org X server -- VMWare mouse input driver" |
4 | PR = "r0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | RDEPENDS_${PN} += "xf86-input-mouse" | 6 | RDEPENDS_${PN} += "xf86-input-mouse" |
7 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.15.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.15.0.bb index 6c9db59d73..caa8a4032b 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.15.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.15.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-video-common.inc | 1 | require xorg-driver-video.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" | 3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" |
4 | 4 | ||
@@ -9,7 +9,7 @@ Infrastructure (DRI)." | |||
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "${INC_PR}.0" |
13 | 13 | ||
14 | EXTRA_OECONF += "--disable-xvmc" | 14 | EXTRA_OECONF += "--disable-xvmc" |
15 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 34fe533d01..ed1f269f14 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-video-common.inc | 1 | require xorg-driver-video.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" | 3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" |
4 | 4 | ||
@@ -12,7 +12,7 @@ DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ | |||
12 | 12 | ||
13 | SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" | 13 | SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" |
14 | PV = "2.10.0+git${SRCPV}" | 14 | PV = "2.10.0+git${SRCPV}" |
15 | PR = "r0" | 15 | PR = "${INC_PR}.0" |
16 | 16 | ||
17 | EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" | 17 | EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" |
18 | 18 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb index 66aa5c4666..cf58302bef 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-driver-common.inc | 1 | require xorg-driver-driver.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" | 3 | SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" |
4 | 4 | ||
@@ -11,7 +11,7 @@ DEPENDS += "virtual/libx11" | |||
11 | 11 | ||
12 | SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" | 12 | SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" |
13 | PE = "1" | 13 | PE = "1" |
14 | PR = "r1" | 14 | PR = "${INC_PR}.0" |
15 | PV = "0.1.1+git${SRCPV}" | 15 | PV = "0.1.1+git${SRCPV}" |
16 | 16 | ||
17 | SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ | 17 | SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 474c77950a..30e3dee325 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-video-common.inc | 1 | require xorg-driver-video.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" |
4 | 4 | ||
@@ -11,6 +11,8 @@ can drive most VESA-compatible video cards, but only makes use of the \ | |||
11 | basic standard VESA core that is common to these cards. The driver \ | 11 | basic standard VESA core that is common to these cards. The driver \ |
12 | supports depths 8, 15 16 and 24." | 12 | supports depths 8, 15 16 and 24." |
13 | 13 | ||
14 | PR = "${INC_PR}.0" | ||
15 | |||
14 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | 16 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ |
15 | virtual/libgl xineramaproto xf86driproto libpciaccess" | 17 | virtual/libgl xineramaproto xf86driproto libpciaccess" |
16 | 18 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb index a0f6041392..e77c918745 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-video-common.inc | 1 | require xorg-driver-video.inc |
2 | 2 | ||
3 | SUMMARY = "X.Org X server -- VMware SVGA display driver" | 3 | SUMMARY = "X.Org X server -- VMware SVGA display driver" |
4 | 4 | ||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" | |||
9 | DEPENDS += "virtual/libx11 libxvmc drm glproto \ | 9 | DEPENDS += "virtual/libx11 libxvmc drm glproto \ |
10 | virtual/libgl xineramaproto libpciaccess" | 10 | virtual/libgl xineramaproto libpciaccess" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "${INC_PR}.0" |
13 | 13 | ||
14 | COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' | 14 | COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' |
15 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 34d03b2000..801d8d3a92 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -5,14 +5,13 @@ SECTION = "x11/drivers" | |||
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | 6 | ||
7 | PE = "1" | 7 | PE = "1" |
8 | PR = "r1" | 8 | INC_PR = "r15" |
9 | 9 | ||
10 | DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" | 10 | DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" |
11 | 11 | ||
12 | XORG_PN = "${BPN}" | 12 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" |
13 | SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2" | ||
14 | 13 | ||
15 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 14 | S = "${WORKDIR}/${BPN}-${PV}" |
16 | 15 | ||
17 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 16 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
18 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" | 17 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" |
@@ -27,7 +26,8 @@ do_configure_prepend () { | |||
27 | mv configure.ac.new configure.ac | 26 | mv configure.ac.new configure.ac |
28 | } | 27 | } |
29 | 28 | ||
30 | do_install_append () { | 29 | # FIXME: We don't want to include the libtool archives (*.la) from modules |
31 | # driver's la files are not packaged | 30 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am |
32 | rm -f ${D}${libdir}/xorg/modules/drivers/*.la | 31 | do_install_append() { |
32 | find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f -- | ||
33 | } | 33 | } |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc index 6fc88cf9d0..bf4ca6cb77 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc | |||
@@ -1,7 +1,6 @@ | |||
1 | include xf86-driver-common.inc | 1 | include xorg-driver-common.inc |
2 | 2 | ||
3 | DEPENDS += "inputproto kbproto " | 3 | DEPENDS += "inputproto kbproto " |
4 | 4 | ||
5 | FILES_${PN} += " ${libdir}/xorg/modules/input/*.so" | 5 | FILES_${PN} += " ${libdir}/xorg/modules/input/*.so" |
6 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug" | 6 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug" |
7 | |||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc index f2e28170e7..57c80d1017 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | include xf86-driver-common.inc | 1 | include xorg-driver-common.inc |
2 | 2 | ||
3 | DEPENDS =+ "renderproto videoproto xextproto fontsproto" | 3 | DEPENDS =+ "renderproto videoproto xextproto fontsproto" |
4 | 4 | ||