diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-19 12:12:30 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-19 12:12:30 +0000 |
commit | e3e10aa16090997387da3db09ab5f17fb75aa972 (patch) | |
tree | 2dec5b47a109f38b46aaaddea8880403101ca845 /libmatchbox/libmatchbox_1.1.oe | |
parent | 1e876cbd54f0a5a67667c10d03f385cf5692e9dc (diff) |
apply further xlibs rename patch from Glenn McGrath
BKrev: 40d42dae_vTGL8UzyNmhy-rt1MiA8Q
Diffstat (limited to 'libmatchbox/libmatchbox_1.1.oe')
-rw-r--r-- | libmatchbox/libmatchbox_1.1.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmatchbox/libmatchbox_1.1.oe b/libmatchbox/libmatchbox_1.1.oe index 975c5a1b2e..e0ed8d947f 100644 --- a/libmatchbox/libmatchbox_1.1.oe +++ b/libmatchbox/libmatchbox_1.1.oe @@ -1,9 +1,8 @@ DESCRIPTION = "Matchbox window manager core library" LICENSE = "GPL" -DEPENDS = "x11 xext xft pango jpeg libpng zlib" +DEPENDS = "x11 xext libxft pango jpeg libpng zlib" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/libmatchbox/${PV}/libmatchbox-${PV}.tar.bz2" -S = "${WORKDIR}/libmatchbox-${PV}" inherit autotools pkgconfig |