Skip to content

Commit bb1d8d7

Browse files
committed
disable glcanvasegl for wxWindgets compilation under linux to avoid linking errors (?)
1 parent 9e3da6a commit bb1d8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjCryst/rules-gnu.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ $(BUILD_DIR)/wxWidgets-3.1.6.tar.bz2:
210210

211211
$(BUILD_DIR)/static-libs/include/wx-3.1/wx/wx.h: $(BUILD_DIR)/wxWidgets-3.1.6.tar.bz2
212212
cd $(BUILD_DIR) && rm -Rf wxWidgets-3.1.6 && tar -xjf wxWidgets-3.1.6.tar.bz2
213-
cd $(BUILD_DIR)/wxWidgets-3.1.6 && ./configure --with-gtk --with-opengl --prefix=$(BUILD_DIR)/static-libs --enable-unicode --enable-optimise --disable-shared --x-includes=/usr/X11R6/include/ && $(MAKE) install
213+
cd $(BUILD_DIR)/wxWidgets-3.1.6 && ./configure --with-gtk --with-opengl --disable-glcanvasegl --prefix=$(BUILD_DIR)/static-libs --enable-unicode --enable-optimise --disable-shared --x-includes=/usr/X11R6/include/ && $(MAKE) install
214214
rm -Rf $(BUILD_DIR)/wxWidgets-3.1.6
215215

216216
ifneq ($(wxcryst),0)

0 commit comments

Comments
 (0)