gtkmm2/3: fix gcc7 build

This commit is contained in:
Tony Theodore 2018-08-14 01:36:18 +10:00
parent d214fd0f7b
commit cc01912155
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Wno-deprecated-declarations -Werror -pedantic -std=c++11 \
-Wno-error=deprecated \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gtkmm2.exe' \
`'$(TARGET)-pkg-config' gtkmm-2.4 --cflags --libs`
endef

View File

@ -28,6 +28,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Wno-deprecated-declarations -Werror -pedantic -std=c++11 \
-Wno-error=deprecated \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gtkmm3.exe' \
`'$(TARGET)-pkg-config' gtkmm-3.0 --cflags --libs`
endef