add more dependencies to debian build
This commit is contained in:
parent
a80e15f135
commit
7ac95f724a
|
@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
|
||||||
libsdl2-dev,
|
libsdl2-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
libavcodec-dev,
|
libavcodec-dev,
|
||||||
|
libavdevice-dev,
|
||||||
libavformat-dev,
|
libavformat-dev,
|
||||||
libavutil-dev,
|
libavutil-dev,
|
||||||
libswscale-dev,
|
libswscale-dev,
|
||||||
|
@ -29,6 +30,9 @@ Build-Depends: debhelper (>= 9),
|
||||||
libegl1-mesa-dev,
|
libegl1-mesa-dev,
|
||||||
python3-dev,
|
python3-dev,
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
|
qt5-default,
|
||||||
|
libusb-1.0-0-dev,
|
||||||
|
libass-dev,
|
||||||
nvidia-cg-dev [!armhf]
|
nvidia-cg-dev [!armhf]
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://www.libretro.com/
|
Homepage: http://www.libretro.com/
|
||||||
|
@ -41,6 +45,7 @@ Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
fonts-dejavu-core,
|
fonts-dejavu-core,
|
||||||
python3,
|
python3,
|
||||||
|
libqt5waylandclient5,
|
||||||
nvidia-cg-toolkit [!armhf]
|
nvidia-cg-toolkit [!armhf]
|
||||||
Replaces: ssnes
|
Replaces: ssnes
|
||||||
Suggests: retroarch-joypad-autoconfig, libretro-common-shaders, libretro-common-overlays, retroarch-assets
|
Suggests: retroarch-joypad-autoconfig, libretro-common-shaders, libretro-common-overlays, retroarch-assets
|
||||||
|
@ -49,5 +54,3 @@ Description: Simple frontend for the libretro library
|
||||||
It can be used as a modular multi emulator system, game engine, media player
|
It can be used as a modular multi emulator system, game engine, media player
|
||||||
and 3D technical demonstration. These features are available through
|
and 3D technical demonstration. These features are available through
|
||||||
libretro cores.
|
libretro cores.
|
||||||
.
|
|
||||||
It provides a simple built-in GUI, the RGUI.
|
|
||||||
|
|
Loading…
Reference in New Issue