diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-21 10:40:41 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-21 10:40:41 +0200 |
commit | 0bc4b0d50369c493d5f994bf463931554ebb3c7f (patch) | |
tree | c9aca20aa5541db794341689663b692ee744c5d9 /lib | |
parent | 2481a432611bd9f6c17d2eebdea7951a8fb7a50b (diff) | |
download | ffi-efl-0bc4b0d50369c493d5f994bf463931554ebb3c7f.zip ffi-efl-0bc4b0d50369c493d5f994bf463931554ebb3c7f.tar.gz |
remove Efl::PREFIX, Efl::PACKAGE_*
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl.rb | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -6,14 +6,6 @@ module Efl # VERSION = '0.0.8' # - PREFIX=`pkg-config --variable=exec_prefix ecore`.strip - if PREFIX.empty? - puts "unable to determine Efl::PREFIX using pkg-config" - end - PACKAGE_BIN_DIR = File.join PREFIX, 'bin' - PACKAGE_LIB_DIR = File.join PREFIX, 'lib' - PACKAGE_DATA_DIR = File.join PREFIX, 'share' - # autoload :EcoreEvas, './lib/efl/ecore_evas.rb' autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb' autoload :EcoreInput, './lib/efl/ecore_input.rb' |