mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[debian] control: Add liblz4-1 and liblzo2-2 as explicit dependencies to libromdata6.
These are now dlopen()'d, so ${shlibs:Depends} won't detect them. NOTE: Newer versions of Debian tools might detect them if we add dlopen() notes.
This commit is contained in:
parent
e2f4ddde72
commit
8650f2b1c2
2
debian/control
vendored
2
debian/control
vendored
@ -52,7 +52,7 @@ Description: ROM Properties Page shell extension (meta package)
|
||||
|
||||
Package: libromdata6
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, rom-properties-data
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, rom-properties-data, liblz4-1, liblzo2-2
|
||||
Description: ROM Properties Page shell extension (shared library)
|
||||
This shell extension provides thumbnailing and property page functionality
|
||||
for ROM images, disc images, and save files for various game consoles,
|
||||
|
Loading…
Reference in New Issue
Block a user