Merge pull request 'Fixed building for new library version' (#29) from YanTheKaller/ubl-settings-system:master into master

Reviewed-on: #29
pull/69/head^2 v2.5
Dmitry Razumov 2 years ago
commit 9087356402

@ -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