summaryrefslogtreecommitdiffstats
path: root/make/include/main.defs
diff options
context:
space:
mode:
Diffstat (limited to 'make/include/main.defs')
-rw-r--r--make/include/main.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index b724b6078..8a0b39dbc 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -136,6 +136,11 @@ ifeq (1-linux,$(FEATURE.gtk)-$(BUILD.system))
MODULES += gtk
endif
+ifeq (1-freebsd,$(FEATURE.gtk)-$(BUILD.system))
+ ## build gtk when gtk+freebsd
+ MODULES += gtk
+endif
+
ifeq (1-kfreebsd,$(FEATURE.gtk)-$(BUILD.system))
## build gtk when gtk+kfreebsd
MODULES += gtk