diff options
Diffstat (limited to 'linden/indra/cmake')
-rw-r--r-- | linden/indra/cmake/GStreamer.cmake | 2 | ||||
-rw-r--r-- | linden/indra/cmake/UI.cmake | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/cmake/GStreamer.cmake b/linden/indra/cmake/GStreamer.cmake index 9c5e9f7..e8e0d9e 100644 --- a/linden/indra/cmake/GStreamer.cmake +++ b/linden/indra/cmake/GStreamer.cmake | |||
@@ -90,6 +90,7 @@ else (WINDOWS) | |||
90 | gmodule-2.0 | 90 | gmodule-2.0 |
91 | gthread-2.0 | 91 | gthread-2.0 |
92 | glib-2.0 | 92 | glib-2.0 |
93 | gio-2.0 | ||
93 | xml2.2 | 94 | xml2.2 |
94 | ) | 95 | ) |
95 | 96 | ||
@@ -109,6 +110,7 @@ else (WINDOWS) | |||
109 | gthread-2.0 | 110 | gthread-2.0 |
110 | rt | 111 | rt |
111 | glib-2.0 | 112 | glib-2.0 |
113 | gio-2.0 | ||
112 | ) | 114 | ) |
113 | 115 | ||
114 | endif (DARWIN) | 116 | endif (DARWIN) |
diff --git a/linden/indra/cmake/UI.cmake b/linden/indra/cmake/UI.cmake index b70a531..9d068c4 100644 --- a/linden/indra/cmake/UI.cmake +++ b/linden/indra/cmake/UI.cmake | |||
@@ -39,6 +39,7 @@ else (STANDALONE) | |||
39 | gdk-x11-2.0 | 39 | gdk-x11-2.0 |
40 | gdk_pixbuf-2.0 | 40 | gdk_pixbuf-2.0 |
41 | glib-2.0 | 41 | glib-2.0 |
42 | gio-2.0 | ||
42 | gmodule-2.0 | 43 | gmodule-2.0 |
43 | gobject-2.0 | 44 | gobject-2.0 |
44 | gthread-2.0 | 45 | gthread-2.0 |
@@ -48,6 +49,7 @@ else (STANDALONE) | |||
48 | pangox-1.0 | 49 | pangox-1.0 |
49 | pangoxft-1.0 | 50 | pangoxft-1.0 |
50 | pixman-1 | 51 | pixman-1 |
52 | pangocairo-1.0 | ||
51 | ) | 53 | ) |
52 | endif (LINUX) | 54 | endif (LINUX) |
53 | 55 | ||