[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/01: Set minimum GTK+ version to 3.12.
noreply at xfce.org
noreply at xfce.org
Mon Aug 22 15:12:49 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 02c1a098455cd139b75d1e7594526b39abde7067
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Aug 22 08:40:32 2016 -0400
Set minimum GTK+ version to 3.12.
---
panel-plugin/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/CMakeLists.txt b/panel-plugin/CMakeLists.txt
index 542cc2c..e7dee4e 100644
--- a/panel-plugin/CMakeLists.txt
+++ b/panel-plugin/CMakeLists.txt
@@ -13,7 +13,7 @@ if(ENABLE_LINKER_OPTIMIZED_HASH_TABLES)
endif()
find_package(PkgConfig REQUIRED)
-pkg_check_modules(GTK3 REQUIRED gtk+-3.0)
+pkg_check_modules(GTK3 REQUIRED gtk+-3.0>=3.12)
pkg_check_modules(exo REQUIRED exo-2>=0.11)
pkg_check_modules(garcon REQUIRED garcon-1)
pkg_check_modules(libxfce4panel REQUIRED libxfce4panel-2.0>=4.11)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list