From 9e483337a42f0ddef06cc9ad146c8523f2b08888 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 1 Apr 2014 10:48:48 +0000 Subject: Add --enable-library flag in ./configure to generate bluez.pc --- bluez.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluez.morph b/bluez.morph index 04abdf7c0..8bb238528 100644 --- a/bluez.morph +++ b/bluez.morph @@ -5,7 +5,7 @@ "build-system": "autotools", "configure-commands": [ "autoreconf -ivf", - "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --enable-alsa --with-telephony=ofono --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib" + "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --enable-alsa --enable-library --with-telephony=ofono --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib" ], "install-commands": [ "make install", -- cgit v1.2.1