* make the GTSLN optional - I missed it in my previous commit

This commit is contained in:
Przemyslaw Czerpak
2004-10-19 21:56:56 +00:00
parent fcb7d11d23
commit ad2abdf7a6

View File

@@ -8,9 +8,23 @@ HB_GT_LIBS=\
gtcgi \
gtcrs \
gtpca \
# gtsln \
gtstd \
ifeq ($(HB_COMMERCE),yes)
HB_GPM_MOUSE = no
else
ifneq ($(HB_WITHOUT_GTSLN),yes)
HB_GT_LIBS += gtsln
endif
endif
ifneq ($(HB_WITHOUT_X11),yes)
# HB_GT_LIBS += gtxvt
# HB_GT_LIBS += gtxwc
endif
ifeq ($(HB_GTALLEG),yes)
HB_GT_LIBS += gtalleg
endif
ifeq ($(HB_GT_LIB),)
HB_GT_LIB = gtstd
endif