Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-08 21:32:47 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-08 21:32:47 +0300
commitdbe4185d21318a1c09d35c878b560176ac02c2b3 (patch)
treeba543672f810ed47ed315a209fca002f21bd04e0 /packages
parent56ba243d35353ee4d5ee2120b087889f7350d887 (diff)
Use correct configure for gtk+
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk+.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index c4967c3..505813a 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -2,6 +2,7 @@ class GtkPackage (GitHubPackage):
def __init__(self):
GitHubPackage.__init__(self, 'GNOME', 'gtk', '2.24', '280fc402be5fb46b66bcd32056963bb1afb8b54b',
+ configure='./autogen.sh --prefix="%{package_prefix}"',
configure_flags=[
'--with-gdktarget=%{gdk_target}',
# '--disable-cups',