mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 06:14:38 +00:00
4f8d2a57e9
* Initial fully buildable/bootable Odin Support * Rework NX-Boot to FAT32 Boot for shared usage between switch and odin * Move shared packages from switch/odin to main packages folder
11 lines
259 B
Makefile
11 lines
259 B
Makefile
PKG_NAME="odin-xorg-configs"
|
|
PKG_VERSION="1.0"
|
|
PKG_ARCH="any"
|
|
PKG_DEPENDS_TARGET="xorg-server:target"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/etc/X11/xorg.conf.d
|
|
cp -Prv ${PKG_DIR}/files/*.conf ${INSTALL}/etc/X11/xorg.conf.d/
|
|
}
|