Linux; Do not try to package directfb files (they get removed wth SDL2).
parent
460647607a
commit
84cdf8d902
|
|
@ -2004,9 +2004,9 @@ class LinuxManifest(ViewerManifest):
|
|||
#self.fs_path("libminizip.so")
|
||||
self.path("libuuid.so*")
|
||||
self.path("libSDL*")
|
||||
self.path("libdirectfb*.so*")
|
||||
self.path("libfusion*.so*")
|
||||
self.path("libdirect*.so*")
|
||||
#self.path("libdirectfb*.so*")
|
||||
#self.path("libfusion*.so*")
|
||||
#self.path("libdirect*.so*")
|
||||
self.fs_try_path("libopenjpeg.so*")
|
||||
self.path("libhunspell-1.3.so*")
|
||||
self.path("libalut.so*")
|
||||
|
|
|
|||
Loading…
Reference in New Issue