mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
chrome: gdk-pixbuf-modules are now included in the gdk-pixbuf shared library
note: - https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/179
This commit is contained in:
parent
f64ae4f223
commit
d081d58df3
@ -29,14 +29,11 @@ make_target() {
|
||||
}
|
||||
|
||||
addon() {
|
||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/{bin,config,gdk-pixbuf-modules,lib}
|
||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/{bin,config,lib}
|
||||
|
||||
# config
|
||||
cp -P ${PKG_DIR}/config/* ${ADDON_BUILD}/${PKG_ADDON_ID}/config
|
||||
|
||||
# gdk-pixbuf modules
|
||||
cp -PL $(get_install_dir gdk-pixbuf)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/* ${ADDON_BUILD}/${PKG_ADDON_ID}/gdk-pixbuf-modules
|
||||
|
||||
# unclutter
|
||||
cp -P $(get_install_dir unclutter)/usr/bin/unclutter ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user