Update to use gtkmm 3

This commit is contained in:
James H
2022-01-03 14:49:52 +00:00
parent 0073d1f9c3
commit b4cb055995
4 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ set(CMAKE_CXX_STANDARD 17)
project(PiCamera)
# Find gtk+-2.0 library
# Find gtk+-4.0 library
find_package(PkgConfig REQUIRED)
pkg_check_modules(GTK2 REQUIRED gtk+-2.0)
pkg_check_modules(GTK REQUIRED gtkmm-3.0)
add_subdirectory(src)