Actions
Bug #11201
closedpkg_config NoMethodError when finding other -config program
Bug #11201:
pkg_config NoMethodError when finding other -config program
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-05-28 trunk 50658) [x86_64-linux]
Backport:
Description
where it does work (existing package)
pkg_config("gtk+-x11-2.0") # => ["-pthread", "", "-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype"]
pkg_config("gtk+-x11-2.0", "version") # => "0.28"
where it does work (non-existing package)
where it maybe not work (other (pkg)-config program)
Actions