bindings/ruby/extconf.rb
author Mikael Hallendal <micke@imendio.com>
Tue, 08 Apr 2008 18:07:06 +0200
changeset 350 de2e3f3631c9
child 390 8623ce9ef39d
permissions -rw-r--r--
initial code for ruby bindings

require 'pkg-config'

PACKAGE_NAME = "loudmouth"
PACKAGE_ID = "loudmouth"

# SRCDIR = File.expand_path(File.dirname(__FILE__) + '/src')

require 'mkmf'

PKGConfig.have_package("loudmouth-1.0", 1, 3, 4) or exit 1
PKGConfig.have_package("glib-2.0", 2, 4, 0) or exit 1

create_makefile("loudmouth")