mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Fixed make error when GTK+ isn't found.
This commit is contained in:
@@ -242,7 +242,8 @@ config:
|
||||
echo "LIBS += \$$(shell pkg-config gtk+-2.0 --libs)" >> $(OSDIR)/config.mk; \
|
||||
else \
|
||||
echo "failed"; \
|
||||
echo "\$$(error GLIB and GTK+ not found, install the libraries and run make config again.)" >> $(OSDIR)/config.mk; \
|
||||
rm -rf $(OSDIR)/config.mk; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
## Check if the user has libjpeg installed
|
||||
|
||||
Reference in New Issue
Block a user