Add a hook for a single icon per application instance.

PR:		13033
Submitted by:	Ben Hutchinson <benhutch@byers.xfiles.org.uk>
This commit is contained in:
Chris Piazza 1999-10-02 16:16:17 +00:00
parent ecd4c2b17b
commit 5d3a54406e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22118

View File

@ -46,6 +46,10 @@ CONFIGURE_ARGS+= --enable-gnome
CONFIGURE_ARGS+= --enable-kde
.endif
.if defined(USE_SINGLE_ICON)
CONFIGURE_ARGS+= --enable-single-icon
.endif
.SILENT:
.if !defined(USE_KDE) && !defined(USE_GNOME)