File: gthread.patch

package info (click to toggle)
gnome-system-tools 3.0.0-11.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,840 kB
  • sloc: ansic: 16,544; xml: 14,114; sh: 10,794; makefile: 402
file content (13 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Andreas Henriksson <andreas@fatal.se>
Subject: add gthread to linker flags

--- gnome-system-tools-3.0.0.orig/configure.in
+++ gnome-system-tools-3.0.0/configure.in
@@ -79,6 +79,7 @@ dnl ====================================
 PKG_CHECK_MODULES(GST_DEPENDS,[
 			   gtk+-3.0 >= $GTK_REQUIRED
 			   gmodule-export-2.0
+			   gthread-2.0
 			   gio-2.0 >= $GLIB_REQUIRED
 			   pango
 			   liboobs-1 >= $LIBOOBS_REQUIRED