Skip to content
Snippets Groups Projects
Commit 3e8bd329 authored by deuce's avatar deuce
Browse files

We need at least version 2.6 of GTK+

parent 7991dffa
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,9 @@ endif
# Check for GLADE
ifndef NO_GTK
ifeq ($(shell pkg-config libglade-2.0 --exists && echo YES),YES)
USE_GLADE := YES
ifeq ($(shell pkg-config gtk+-2.0 --atleast-version=2.6 && echo YES),YES)
USE_GLADE := YES
endif
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment