added pkg-config to the dependencies list. issue #15
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 30 Dec 2011 15:08:05 +0000 (16:08 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 30 Dec 2011 15:08:05 +0000 (16:08 +0100)
README

diff --git a/README b/README
index 6a5b477d493517b8ecb6a8d7f2b9f76bae7ce515..230054aff725c32135aaaac5fd396168c01a0447 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,7 @@ libCEC needs the following dependencies in order to work correctly:
 To compile libCEC on Linux, you'll need the following dependencies:
 * autoconf 2.13 or later
 * automake 1.11 or later
+* pkg-config
 * udev development headers v151 or later
 * gcc 4.2 or later
 
@@ -27,6 +28,7 @@ To compile, execute the following commands:
 To compile libCEC on OS-X, you'll need the following dependencies:
 * autoconf 2.13 or later
 * automake 1.11 or later
+* pkg-config
 * xcode (TODO: version?)
 
 To compile, execute the following commands (TODO: please verify):