package gtk2: allow test program to build

This commit is contained in:
Tony Theodore 2014-03-09 15:12:59 +11:00
parent 471cc8cb13
commit d3c111f9fb
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-gtk2.exe' \
`'$(TARGET)-pkg-config' gtk+-2.0 --cflags --libs`
`'$(TARGET)-pkg-config' gtk+-2.0 gmodule-2.0 --cflags --libs`
endef