Skip to content
Snippets Groups Projects
Commit 61d990a7 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Add max allowed depends

parent e859cb21
No related branches found
No related tags found
No related merge requests found
CFLAGS = -Wall `pkg-config --cflags gtk+-3.0`
CPPFLAGS = -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4
CPPFLAGS += -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4
LDLIBS = `pkg-config --libs gtk+-3.0`
all: rugby
......
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