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 | |
parent | 1e876cbd54f0a5a67667c10d03f385cf5692e9dc (diff) |
apply further xlibs rename patch from Glenn McGrath
BKrev: 40d42dae_vTGL8UzyNmhy-rt1MiA8Q
Diffstat (limited to 'libmatchbox')
-rw-r--r-- | libmatchbox/libmatchbox_1.1.oe | 3 | ||||
-rw-r--r-- | libmatchbox/libmatchbox_1.2.oe | 2 |
2 files changed, 2 insertions, 3 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 diff --git a/libmatchbox/libmatchbox_1.2.oe b/libmatchbox/libmatchbox_1.2.oe index 9472917871..64cd3b9be0 100644 --- a/libmatchbox/libmatchbox_1.2.oe +++ b/libmatchbox/libmatchbox_1.2.oe @@ -1,7 +1,7 @@ PR = "r1" DESCRIPTION = "Matchbox window manager core library" LICENSE = "GPL" -DEPENDS = "x11 xext xft pango jpeg libpng zlib libxsettings-client" +DEPENDS = "x11 xext libxft pango jpeg libpng zlib libxsettings-client" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/libmatchbox/${PV}/libmatchbox-${PV}.tar.bz2" S = "${WORKDIR}/libmatchbox-${PV}" |