bindings/ruby/extconf.rb
changeset 350 de2e3f3631c9
child 390 8623ce9ef39d
equal deleted inserted replaced
349:3dafc8376e9b 350:de2e3f3631c9
       
     1 require 'pkg-config'
       
     2 
       
     3 PACKAGE_NAME = "loudmouth"
       
     4 PACKAGE_ID = "loudmouth"
       
     5 
       
     6 # SRCDIR = File.expand_path(File.dirname(__FILE__) + '/src')
       
     7 
       
     8 require 'mkmf'
       
     9 
       
    10 PKGConfig.have_package("loudmouth-1.0", 1, 3, 4) or exit 1
       
    11 PKGConfig.have_package("glib-2.0", 2, 4, 0) or exit 1
       
    12 
       
    13 create_makefile("loudmouth")