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:
parent
ecd4c2b17b
commit
5d3a54406e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22118
@ -46,6 +46,10 @@ CONFIGURE_ARGS+= --enable-gnome
|
|||||||
CONFIGURE_ARGS+= --enable-kde
|
CONFIGURE_ARGS+= --enable-kde
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(USE_SINGLE_ICON)
|
||||||
|
CONFIGURE_ARGS+= --enable-single-icon
|
||||||
|
.endif
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
||||||
.if !defined(USE_KDE) && !defined(USE_GNOME)
|
.if !defined(USE_KDE) && !defined(USE_GNOME)
|
||||||
|
Loading…
Reference in New Issue
Block a user