[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/03: Set minimum GTK+ version to 3.12.

noreply at xfce.org noreply at xfce.org
Mon Aug 22 18:02:44 CEST 2016


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to annotated tag v2.0.1
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 5e5360571bc568051a88df93cd3c6e688c4dcc46
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