summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--libproxy/cmake/devfiles.cmk2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed46282..f0163c7 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ New in version 0.4.8 (not yet released)
- #164: If gconf's value is an empty list, pxgconf will make
/usr/bin/proxy wait forever
- #60: use lib js for embedded solutions
+ - #168: .pc file should be installed under OSX as well.
New in version 0.4.7
==============================
diff --git a/libproxy/cmake/devfiles.cmk b/libproxy/cmake/devfiles.cmk
index fc0cb46..97c4281 100644
--- a/libproxy/cmake/devfiles.cmk
+++ b/libproxy/cmake/devfiles.cmk
@@ -1,4 +1,4 @@
-if(NOT WIN32 AND NOT APPLE)
+if(NOT WIN32)
# PkgConfig file
set (PKGCONFIG_PREFIX ${CMAKE_INSTALL_PREFIX})