# File glib/src/lib/pkg-config.rb, line 56
  def variable(pkg, var)
    `#{@@cmd} --variable=#{var} #{pkg}`.chomp
  end