[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
- Previous message: [cairo-commit] rcairo/test run-test.rb, NONE, 1.1 test_pkg_config.rb, NONE, 1.1
- Next message: [cairo-commit] cairo-perl Cairo.pm, 1.36, 1.37 Cairo.xs, 1.24, 1.25 ChangeLog, 1.92, 1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [cairo-commit] rcairo/test run-test.rb, NONE, 1.1 test_pkg_config.rb, NONE, 1.1
- Next message: [cairo-commit] cairo-perl Cairo.pm, 1.36, 1.37 Cairo.xs, 1.24, 1.25 ChangeLog, 1.92, 1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list