diff options
| author | Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> | 2012-11-26 23:08:02 +0000 | 
|---|---|---|
| committer | Tarmac <> | 2012-11-26 23:08:02 +0000 | 
| commit | bf7ba01928e81abde0ef24d7a4b65dead7ef7ab5 (patch) | |
| tree | 69b8cd71cd0cdad73f2df75ac0d926d4ac64045d /UnityCore | |
| parent | 7fb9d10432f9554aa624680cd4b871c4fbed2d89 (diff) | |
| parent | 57194b7b82956a42141b224800aa04d587b890cd (diff) | |
unity-core.pc: should depend on nux-4.0 instead of 3.0.
Approved by Tim Penhey. (bzr r2932)
Diffstat (limited to 'UnityCore')
| -rw-r--r-- | UnityCore/unity-core.pc.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/UnityCore/unity-core.pc.cmake b/UnityCore/unity-core.pc.cmake index 251209154..14cdd3bef 100644 --- a/UnityCore/unity-core.pc.cmake +++ b/UnityCore/unity-core.pc.cmake @@ -9,4 +9,4 @@ Description: Core objects and utilities for Unity implementations  Version: @VERSION@  Libs: -L${libdir} -lunity-core-@UNITY_API_VERSION@  Cflags: -I${includedir}/Unity-@UNITY_API_VERSION@ -Requires: glib-2.0 gio-2.0 sigc++-2.0 nux-core-3.0 dee-1.0 +Requires: glib-2.0 gio-2.0 sigc++-2.0 nux-core-4.0 dee-1.0 | 
