]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
qemu: remove sdl from dependency list
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Nov 2019 19:56:11 +0000 (19:56 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Nov 2019 19:56:11 +0000 (19:56 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/qemu

index d202f0d2363ea3eae35fb8224266495c716bc763..a6b2030295a51cf94d344d0e5f2dc9a9c0821480 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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        #
@@ -35,7 +35,7 @@ SUP_ARCH   = i586 x86_64
 PROG       = qemu
 PAK_VER    = 25
 
-DEPS       = "libusbredir sdl spice libseccomp"
+DEPS       = "libusbredir spice libseccomp"
 
 ###############################################################################
 # Top-level Rules