diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-21 19:02:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-21 19:02:21 +0000 |
commit | cea7770013effd22a83e3be670bfc0d7344faef2 (patch) | |
tree | 53a688c4dd7d4453a8e45d64eccf28e7a3dda4ca /libmatchbox | |
parent | 4484e20d5a7df1ebdd26678d2b78ee5017ece41b (diff) |
enable xsettings
BKrev: 40ae523d4WXrDVBNvERPc4t9kXahGQ
Diffstat (limited to 'libmatchbox')
-rw-r--r-- | libmatchbox/libmatchbox_1.2.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmatchbox/libmatchbox_1.2.oe b/libmatchbox/libmatchbox_1.2.oe index 4cdd4b0453..d44a98ed08 100644 --- a/libmatchbox/libmatchbox_1.2.oe +++ b/libmatchbox/libmatchbox_1.2.oe @@ -1,3 +1,4 @@ +PR = "r1" DESCRIPTION = "Matchbox window manager core library" LICENSE = "GPL" DEPENDS = "virtual/libc x11 xext xft pango jpeg libpng zlib" @@ -7,7 +8,7 @@ S = "${WORKDIR}/libmatchbox-${PV}" inherit autotools pkgconfig -EXTRA_OECONF = "--enable-jpeg --enable-pango" +EXTRA_OECONF = "--enable-jpeg --enable-pango --enable-xsettings" headers = "hash.h mbconfig.h mbdotdesktop.h mbexp.h \ mb.h mbmenu.h mbpixbuf.h mbtray.h mbutil.h" |