diff options
author | Ken Moore <moorekou@gmail.com> | 2014-09-22 13:48:44 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2014-09-22 13:48:44 -0400 |
commit | 6a09ba7ea3833659d022186364128d710e9ae362 (patch) | |
tree | 59c8c111ddfcb3e7ebd0707c36c9af1d138a6452 /port-files | |
parent | Adjust how the QApplication is initialized in lumina-open to try and prevent ... (diff) | |
download | lumina-6a09ba7ea3833659d022186364128d710e9ae362.tar.gz lumina-6a09ba7ea3833659d022186364128d710e9ae362.tar.bz2 lumina-6a09ba7ea3833659d022186364128d710e9ae362.zip |
Add libjpeg dependency to Lumina port (since the default wallpapers are jpg files)
Diffstat (limited to 'port-files')
-rw-r--r-- | port-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile index 2fbd3efb..07d7500d 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox \ numlockx:${PORTSDIR}/x11/numlockx \ phonon-gstreamer>=0:${PORTSDIR}/multimedia/phonon-gstreamer \ gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg -LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication +LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \ + libjpeg.so:${PORTSDIR}/graphics/jpeg MAKE_JOBS_UNSAFE=yes ONLY_FOR_ARCHS= amd64 |