Commit 874a9f10 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add FRIBIDI_INCLUDE_DIR configure option

parent cfd847aa
...@@ -22,6 +22,7 @@ class Mapserver < Package ...@@ -22,6 +22,7 @@ class Mapserver < Package
system "mkdir build" system "mkdir build"
Dir.chdir "build" do Dir.chdir "build" do
system "cmake \ system "cmake \
-DFRIBIDI_INCLUDE_DIR=`pkg-config fribidi --cflags-only-I|sed -e 's/^-I//' -e 's/ -I/;/g'` \
-DWITH_CLIENT_WFS=1 \ -DWITH_CLIENT_WFS=1 \
-DWITH_CLIENT_WMS=1 \ -DWITH_CLIENT_WMS=1 \
-DWITH_CURL=1 \ -DWITH_CURL=1 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment