Skip to content

Commit d9e3302

Browse files
committed
Restore manual SwtFixed test app
1 parent c588cde commit d9e3302

File tree

4 files changed

+113
-227
lines changed

4 files changed

+113
-227
lines changed

tests/org.eclipse.swt.tests.gtk/ManualNativeCTests/SwtFixed_native/GTK4/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CFLAGS = `pkg-config --cflags gtk+-4.0` -g
2-
LIBS = `pkg-config --libs gtk+-4.0`
1+
CFLAGS = `pkg-config --cflags gtk4` -g
2+
LIBS = `pkg-config --libs gtk4`
33
OBJ = simple_button_app.o os_custom.o
44

55
simple_button_app: $(OBJ)

0 commit comments

Comments
 (0)