sg3-utils: add newer buildable version
[openembedded.git] / recipes / matchbox-panel / matchbox-panel.inc
1 DESCRIPTION = "Matchbox Window Manager Panel"
2 LICENSE = "GPL"
3 DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools"
4 SECTION = "x11/wm"
5
6 PR = "r3"
7
8 inherit autotools pkgconfig gettext
9
10 CFLAGS += "-D_GNU_SOURCE"
11
12 EXTRA_OECONF = " --enable-startup-notification --enable-dnotify "
13 EXTRA_OECONF_append = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "", " --enable-small-icons ", d)}'
14 PACKAGE_ARCH = "${MACHINE}"
15
16 FILES_${PN} = "${bindir}/* \
17                ${datadir}/applications \
18                ${datadir}/pixmaps"
19