[cairo-commit] rcairo/test test_pkg_config.rb,1.3,1.4

Kouhei Sutou commit at pdx.freedesktop.org
Sat Aug 16 05:57:54 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo/test
In directory kemper:/tmp/cvs-serv18257/test

Modified Files:
	test_pkg_config.rb 
Log Message:
* test/test_pkg_config.rb (PkgConfigTest#test_requires_private):
  work on my environment.


Index: test_pkg_config.rb
===================================================================
RCS file: /cvs/cairo/rcairo/test/test_pkg_config.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test_pkg_config.rb	24 Apr 2008 12:05:05 -0000	1.3
+++ test_pkg_config.rb	16 Aug 2008 12:57:51 -0000	1.4
@@ -51,8 +51,9 @@
   end
 
   def test_requires_private
-    assert_equal(["freetype2", "fontconfig", "libpng12", "xrender",
-                  "x11", "pixman-1"],
+    assert_equal(["freetype2", "fontconfig", "libpng12",
+                  "xcb", "xcb-render", "xcb-renderutil",
+                  "xrender", "x11", "pixman-1"],
                  @cairo.requires_private)
   end
 



More information about the cairo-commit mailing list