Fixed building for new library version

pull/29/head
parent 53fa8acdd5
commit 13ddd99b47

@ -17,6 +17,11 @@ if(WEBKIT_LIBRARIES_FOUND)
add_definitions(${WEBKIT_CFLAGS_OTHER})
endif()
pkg_check_modules(VTE291 REQUIRED vte-2.91)
include_directories(${VTE291_INCLUDE_DIRS})
link_directories(${VTE291_LIBRARY_DIRS})
add_definitions(${VTE291_CFLAGS_OTHER})
set(GRESOURCE_C resources.c)
set(GRESOURCE_XML gresource.xml)
@ -65,6 +70,7 @@ set(SOURCE_FILES
set(LIBRARIES
${GTK_LIBRARIES}
${VTE291_LIBRARIES}
pthread
ublsettings
ublsettings-gtk3

Loading…
Cancel
Save