We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f9421 commit 3cd49b3Copy full SHA for 3cd49b3
recipes/gtkmm/all/conanfile.py
@@ -5,9 +5,9 @@
5
required_conan_version = ">=1.33.0"
6
7
8
-class GtkConan(ConanFile):
+class GtkmmConan(ConanFile):
9
name = "gtkmm"
10
- description = "libraries used for creating graphical user interfaces for applications."
+ description = "gtkmm is the official C++ interface for the popular GUI library GTK"
11
topics = ("gtk", "widgets")
12
url = "https://github.com/conan-io/conan-center-index"
13
homepage = "https://www.gtkmm.org"
0 commit comments