mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
xkeyboard-config: make depend on intltool-native
The xkeyboard-config listed intltool as a dependency, when in fact it requires intltool-native in order to complete the do_configure task. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
2501ff2565
commit
4af3191331
@@ -17,9 +17,9 @@ SRC_URI[md5sum] = "6ce65480445fb2d9c071ad1f002a7675"
|
|||||||
SRC_URI[sha256sum] = "e293aa4b0dd259dbb4f0e7f56fdd95db5047d052c7b3b80922fe5663923a805d"
|
SRC_URI[sha256sum] = "e293aa4b0dd259dbb4f0e7f56fdd95db5047d052c7b3b80922fe5663923a805d"
|
||||||
|
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
DEPENDS = "intltool xkbcomp-native glib-2.0"
|
DEPENDS = "intltool-native xkbcomp-native glib-2.0"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"
|
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user