summaryrefslogtreecommitdiff
path: root/examples/application7/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application7/Makefile.example')
-rw-r--r--examples/application7/Makefile.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/application7/Makefile.example b/examples/application7/Makefile.example
index 306da637e6..03ddb9a874 100644
--- a/examples/application7/Makefile.example
+++ b/examples/application7/Makefile.example
@@ -1,7 +1,7 @@
CC ?= gcc
PKGCONFIG = $(shell which pkg-config)
-CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-3.0)
-LIBS = $(shell $(PKGCONFIG) --libs gtk+-3.0)
+CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-4.0)
+LIBS = $(shell $(PKGCONFIG) --libs gtk+-4.0)
GLIB_COMPILE_RESOURCES = $(shell $(PKGCONFIG) --variable=glib_compile_resources gio-2.0)
GLIB_COMPILE_SCHEMAS = $(shell $(PKGCONFIG) --variable=glib_compile_schemas gio-2.0)