diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-30 14:40:27 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-30 14:40:27 +0000 |
commit | c12545673d5b327a7f8f107fb74dfd15d4710524 (patch) | |
tree | 8a8415d6a07cba55e7b17d9b3ff3a729864e3acc /openembedded/packages | |
parent | 5c896a656d09c9a526dab9c2c301df1ef750eb64 (diff) | |
download | poky-c12545673d5b327a7f8f107fb74dfd15d4710524.tar.gz |
Get rid of too small panel icons
git-svn-id: https://svn.o-hand.com/repos/poky@88 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb index c109084806..d29a31a2b6 100644 --- a/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | |||
@@ -11,7 +11,7 @@ S = ${WORKDIR}/${PN} | |||
11 | 11 | ||
12 | inherit autotools pkgconfig gettext | 12 | inherit autotools pkgconfig gettext |
13 | 13 | ||
14 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" | 14 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" |
15 | CFLAGS += " -D_GNU_SOURCE" | 15 | CFLAGS += " -D_GNU_SOURCE" |
16 | 16 | ||
17 | FILES_${PN} = "${bindir} \ | 17 | FILES_${PN} = "${bindir} \ |