diff options
author | McCabe Maxsted | 2010-10-08 23:05:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-08 23:05:47 -0700 |
commit | 75d983c6b2b39d26fb6443288dbdf7aadb86c516 (patch) | |
tree | 18179e35ac56f48d0de322aadfdbcae2306c7187 /linden/indra | |
parent | Merge remote branch 'elektra/weekly' into weekly (diff) | |
parent | RED-429: Link against prebuilt libraries / always use gtk-related system libs... (diff) | |
download | meta-impy-75d983c6b2b39d26fb6443288dbdf7aadb86c516.zip meta-impy-75d983c6b2b39d26fb6443288dbdf7aadb86c516.tar.gz meta-impy-75d983c6b2b39d26fb6443288dbdf7aadb86c516.tar.bz2 meta-impy-75d983c6b2b39d26fb6443288dbdf7aadb86c516.tar.xz |
Merge remote branch 'aleric/weekly' into weekly
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/cmake/GStreamer.cmake | 2 | ||||
-rw-r--r-- | linden/indra/cmake/UI.cmake | 2 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 30 |
3 files changed, 20 insertions, 14 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 | ||
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 4a17cd0..7563268 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -938,18 +938,19 @@ class Linux_i686Manifest(LinuxManifest): | |||
938 | self.path("libalut.so.0") | 938 | self.path("libalut.so.0") |
939 | 939 | ||
940 | # GTK+ and dependencies | 940 | # GTK+ and dependencies |
941 | self.path("libatk-1.0.so.0") | 941 | ## Lets just use the system libraries for all of these: |
942 | self.path("libcairo.so.2") | 942 | ##self.path("libatk-1.0.so.0") |
943 | self.path("libfontconfig.so.1") | 943 | ##self.path("libcairo.so.2") |
944 | self.path("libfreetype.so.6") | 944 | ##self.path("libfontconfig.so.1") |
945 | ##self.path("libfreetype.so.6") | ||
945 | # self.path("libgdk_pixbuf-2.0.so.0") # see linux64 why | 946 | # self.path("libgdk_pixbuf-2.0.so.0") # see linux64 why |
946 | self.path("libgdk-x11-2.0.so.0") | 947 | ##self.path("libgdk-x11-2.0.so.0") |
947 | self.path("libgtk-x11-2.0.so.0") | 948 | ##self.path("libgtk-x11-2.0.so.0") |
948 | # self.path("libpango-1.0.so.0") # dto. | 949 | # self.path("libpango-1.0.so.0") # dto. |
949 | # self.path("libpangoft2-1.0.so.0") | 950 | # self.path("libpangoft2-1.0.so.0") |
950 | # self.path("libpangox-1.0.so.0") | 951 | # self.path("libpangox-1.0.so.0") |
951 | # self.path("libpangoxft-1.0.so.0") | 952 | # self.path("libpangoxft-1.0.so.0") |
952 | self.path("libpixman-1.so.0") | 953 | ##self.path("libpixman-1.so.0") |
953 | 954 | ||
954 | # Gstreamer libs | 955 | # Gstreamer libs |
955 | self.path("libgstbase-0.10.so.0") | 956 | self.path("libgstbase-0.10.so.0") |
@@ -1067,18 +1068,19 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1067 | self.path("libalut.so.0") | 1068 | self.path("libalut.so.0") |
1068 | 1069 | ||
1069 | # GTK+ and dependencies | 1070 | # GTK+ and dependencies |
1070 | self.path("libatk-1.0.so.0") | 1071 | ## Lets just use the system libraries for all of these: |
1071 | self.path("libcairo.so.2") | 1072 | ##self.path("libatk-1.0.so.0") |
1072 | self.path("libfontconfig.so.1") | 1073 | ##self.path("libcairo.so.2") |
1073 | self.path("libfreetype.so.6") | 1074 | ##self.path("libfontconfig.so.1") |
1075 | ##self.path("libfreetype.so.6") | ||
1074 | # self.path("libgdk_pixbuf-2.0.so.0") # use systems gdk pixbufs instead | 1076 | # self.path("libgdk_pixbuf-2.0.so.0") # use systems gdk pixbufs instead |
1075 | self.path("libgdk-x11-2.0.so.0") | 1077 | ##self.path("libgdk-x11-2.0.so.0") |
1076 | self.path("libgtk-x11-2.0.so.0") | 1078 | ##self.path("libgtk-x11-2.0.so.0") |
1077 | # self.path("libpango-1.0.so.0") # use systems pango instead | 1079 | # self.path("libpango-1.0.so.0") # use systems pango instead |
1078 | # self.path("libpangoft2-1.0.so.0") # Both gdk pixbufs and pango would load systems modules | 1080 | # self.path("libpangoft2-1.0.so.0") # Both gdk pixbufs and pango would load systems modules |
1079 | # self.path("libpangox-1.0.so.0") # and crash if not compatible or present. | 1081 | # self.path("libpangox-1.0.so.0") # and crash if not compatible or present. |
1080 | # self.path("libpangoxft-1.0.so.0") # So we depend system gdk pixbufs and pango anyway. | 1082 | # self.path("libpangoxft-1.0.so.0") # So we depend system gdk pixbufs and pango anyway. |
1081 | self.path("libpixman-1.so.0") | 1083 | ##self.path("libpixman-1.so.0") |
1082 | 1084 | ||
1083 | # Gstreamer libs | 1085 | # Gstreamer libs |
1084 | self.path("libgstbase-0.10.so.0") | 1086 | self.path("libgstbase-0.10.so.0") |