[SM-Commit] PERFORCE change 79809 by Eric Sandall for review
Perforce Review Daemon
p4review at smee.org
Thu May 25 10:00:01 EDT 2006
Change 79809 by eric_sandall at sandalle-moby on 2006/05/25 14:56:31
* DEPENDS: If xorg-server provides X11-LIBS, depend on libxcursor,
libxinerama, and libxrender
Affected files ...
... //sgl/grimoires/test/video-libs/gst-plugins/DEPENDS#12 integrate
... //sgl/grimoires/test/video-libs/gst-plugins/HISTORY#24 integrate
Differences ...
==== //sgl/grimoires/test/video-libs/gst-plugins/DEPENDS#12 (xtext) ====
@@ -53,6 +53,13 @@
optional_depends "X11-LIBS" \
"" "--disable-x --disable-opengl" \
"for X11 video output" &&
+
+if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+ depends libxcursor &&
+ depends libxinerama &&
+ depends libxrender
+fi &&
+
optional_depends "sdl" \
"" "--disable-sdl" \
"for SDL video output" &&
==== //sgl/grimoires/test/video-libs/gst-plugins/HISTORY#24 (text) ====
@@ -1,3 +1,7 @@
+2006-05-25 Eric Sandall <eric at sandall.us>
+ * DEPENDS: If xorg-server provides X11-LIBS, depend on libxcursor,
+ libxinerama, and libxrender
+
2006-04-19 Arwed v. Merkatz <v.merkatz at gmx.net>
* POST_REMOVE, REPAIR^ff71c67ecfb0d0a24b606223dd640087^POST_REMOVE:
only run gst-register-0.8 after dispel if gst-register-0.8 exists
More information about the SM-Commit
mailing list