[cairo-commit] rcairo pkg-config.rb,1.3,1.4

Kouhei Sutou commit at pdx.freedesktop.org
Sat Feb 23 23:46:17 PST 2008


Committed by: kou

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

Modified Files:
	pkg-config.rb 
Log Message:
* pkg-config.rb: implemented --cflags-only-I.


Index: pkg-config.rb
===================================================================
RCS file: /cvs/cairo/rcairo/pkg-config.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pkg-config.rb	24 Feb 2008 07:42:58 -0000	1.3
+++ pkg-config.rb	24 Feb 2008 07:47:00 -0000	1.4
@@ -171,6 +171,10 @@
     PackageConfig.new(pkg).cflags
   end
 
+  def cflags_only_I(pkg)
+    PackageConfig.new(pkg).cflags_only_I
+  end
+
   def modversion(pkg)
     PackageConfig.new(pkg).version
   end



More information about the cairo-commit mailing list