diff options
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r-- | toolkit/Library_tk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index 29dc182bbc4f..2bc1dbdf2d0b 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -25,7 +25,7 @@ $(eval $(call gb_Library_use_externals,tk,\ boost_headers \ )) -ifeq ($(ENABLE_HEADLESS),) +ifeq ($(DISABLE_GUI),) $(eval $(call gb_Library_use_externals,tk,\ epoxy \ )) |