diff options
author | Chris Lord <chris@openedhand.com> | 2005-04-01 20:14:18 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-04-01 20:14:18 +0000 |
commit | 1bcffd8a9dd29ae27c677e0aa99bfcdaa0a79b37 (patch) | |
tree | 3945dcc142d65898cc07e6cf8c7f63aeac01984d /packages/matchbox-panel | |
parent | 17f2441c24dd491ba91eb303c594db125020b478 (diff) | |
download | openembedded-1bcffd8a9dd29ae27c677e0aa99bfcdaa0a79b37.tar.gz |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into cwiiisdesktop.(none):/home/cwiiis/Dev/oe/openembedded
2005/04/01 21:13:36+01:00 (none)!cwiiis
Add 'gsoko' game to OZ 3.5.3 gpe-image.
2005/04/01 21:12:41+01:00 (none)!cwiiis
Add matchbox-themes-gtk that adds necessary files to make Angelistic the default theme.
2005/04/01 21:11:40+01:00 (none)!cwiiis
Add -D_GNU_SOURCE to matchbox-panel_svn (fixes recent svn builds).
BKrev: 424dab9aSDGJqXLu8hYU9bCdg_2O2g
Diffstat (limited to 'packages/matchbox-panel')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_svn.bb b/packages/matchbox-panel/matchbox-panel_svn.bb index 71fa6560e5..9d18c90aae 100644 --- a/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/packages/matchbox-panel/matchbox-panel_svn.bb @@ -12,6 +12,7 @@ S = ${WORKDIR}/${PN} inherit autotools pkgconfig gettext EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" +CFLAGS += " -D_GNU_SOURCE" FILES_${PN} = "${bindir} \ ${datadir}/applications \ |