From c971e6ac6596bdd20e128ea8f12dde50ec36400d Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sat, 2 Oct 1999 16:16:17 +0000 Subject: Add a hook for a single icon per application instance. PR: 13033 Submitted by: Ben Hutchinson --- x11-wm/windowmaker/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-wm') diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 5acfe4d..d35cf87 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -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) -- cgit v1.1