diff options
author | Yuichiro NAITO <[email protected]> | 2017-12-25 16:13:30 +0900 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-01-13 00:03:39 -0500 |
commit | 560decf6c790ca1d543a216ed859d3ff6bb5f542 (patch) | |
tree | 6cbf718e79a8527e0351872982e8b05ace9e57cf /make/include | |
parent | c47b8f5ab8a049eda618462802ecce72bc4f6a57 (diff) |
build: Add FreeBSD support.
Closes #1076.
Diffstat (limited to 'make/include')
-rw-r--r-- | make/include/main.defs | 5 |
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 |