diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-08 15:00:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-08 15:00:45 +0000 |
commit | 32cb20989530f3786c8f956f2693a93693e5010a (patch) | |
tree | 6e5cd133372540ed306f77506ed5599d405bf7e0 /meta/packages | |
parent | abb10975d6920bc6e96fff8f3a8b2d92261a18fe (diff) | |
download | openembedded-core-32cb20989530f3786c8f956f2693a93693e5010a.tar.gz openembedded-core-32cb20989530f3786c8f956f2693a93693e5010a.tar.bz2 openembedded-core-32cb20989530f3786c8f956f2693a93693e5010a.zip |
xorg-lib-common.inc: Remove xorg-headers-native, we shouldn't need this...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4198 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/xorg-lib-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/xorg-lib-common.inc b/meta/packages/xorg-lib/xorg-lib-common.inc index 130f8d1755..eae0e92a8d 100644 --- a/meta/packages/xorg-lib/xorg-lib-common.inc +++ b/meta/packages/xorg-lib/xorg-lib-common.inc @@ -1,7 +1,7 @@ HOMEPAGE = "http://www.x.org" SECTION = "x11/libs" LICENSE = "MIT-X" -DEPENDS = "util-macros xorg-headers-native" +DEPENDS = "util-macros" XORG_PN = "${PN}" |