2021-04-04 00:21:27 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# COMMON VARIABLES
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
# dependencies used by the app
|
|
|
|
pkg_dependencies="xorg xinit dbus-x11 kodi"
|
|
|
|
|
2021-04-06 20:20:04 +02:00
|
|
|
arm_pkg_dependencies="xserver-xorg-legacy xorg dbus-x11 kodi"
|
|
|
|
|
2021-08-26 21:14:07 +02:00
|
|
|
package_check_dependencies="xserver-xorg-video-dummy"
|
|
|
|
|
2021-04-04 00:21:27 +02:00
|
|
|
#=================================================
|
|
|
|
# PERSONAL HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# EXPERIMENTAL HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# FUTURE OFFICIAL HELPERS
|
|
|
|
#=================================================
|