summaryrefslogtreecommitdiff
path: root/debian/patches/0001-usr_gtk-3.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:02:25 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:02:25 +0100
commitfd6639655b399a79fb72f494786a4f57da9c90e7 (patch)
tree8636063a9e3f71c138229a3c7c9bd39cb2100438 /debian/patches/0001-usr_gtk-3.patch
parentb21ae9c19d490f7fe21d4e08dc5c9a3b839253c2 (diff)
First work to use gtk-3
Diffstat (limited to 'debian/patches/0001-usr_gtk-3.patch')
-rw-r--r--debian/patches/0001-usr_gtk-3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/0001-usr_gtk-3.patch b/debian/patches/0001-usr_gtk-3.patch
new file mode 100644
index 0000000..afe0689
--- /dev/null
+++ b/debian/patches/0001-usr_gtk-3.patch
@@ -0,0 +1,13 @@
+Index: trunk/CMakeLists.txt
+===================================================================
+--- trunk.orig/CMakeLists.txt
++++ trunk/CMakeLists.txt
+@@ -64,7 +64,7 @@ if(APPLE)
+ endif()
+
+ IF(UNIX)
+- PKG_CHECK_MODULES(GTK REQUIRED "gtk+-2.0")
++ PKG_CHECK_MODULES(GTK REQUIRED "gtk+-3.0")
+ ENDIF()
+
+ IF(APPLE)