1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

libidl: Add missing DEPENDS on flex

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-12-01 16:53:28 +00:00
parent 212dedcde3
commit 8917b6eb29
+1 -1
View File
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
DESCRIPTION = "Library for parsing CORBA IDL files"
SECTION = "gnome/libs"
DEPENDS = "glib-2.0"
DEPENDS = "glib-2.0 flex"
PR = "r4"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"