mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
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
|
||||
.endif
|
||||
|
||||
.if defined(USE_SINGLE_ICON)
|
||||
CONFIGURE_ARGS+= --enable-single-icon
|
||||
.endif
|
||||
|
||||
.SILENT:
|
||||
|
||||
.if !defined(USE_KDE) && !defined(USE_GNOME)
|
||||
|
Loading…
Reference in New Issue
Block a user