]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
mediatomb: add libexif as dependency.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 21 Nov 2012 17:45:36 +0000 (18:45 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 21 Nov 2012 17:45:36 +0000 (18:45 +0100)
lfs/mediatomb

index 2bfde66ca5d62ccb19943d65ddc4c681acf2d3dd..7de579ee42cf26a9fd726f3491adc1fe8d4edabd 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mediatomb
 PAK_VER    = 4
 
-DEPS       = "sqlite taglib ffmpeg-libs"
+DEPS       = "ffmpeg-libs libexif sqlite taglib "
 
 ###############################################################################
 # Top-level Rules