Merge remote-tracking branch 'archetypic/picom'

This commit is contained in:
Julian Ospald 2022-05-04 19:33:20 +02:00
commit ade291c2b5
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 8 deletions

View File

@ -40,7 +40,6 @@ DEPENDENCIES="
x11-dri/mesa x11-dri/mesa
) )
run: run:
dev-lang/python:*[>3.5] [[ note = [ bin/compton-convgen.py ] ]]
x11-apps/xprop x11-apps/xprop
x11-apps/xwininfo x11-apps/xwininfo
" "
@ -50,6 +49,7 @@ DEFAULT_SRC_INSTALL_EXTRA_DOCS=(
) )
MESON_SRC_CONFIGURE_PARAMS=( MESON_SRC_CONFIGURE_PARAMS=(
"-Dcompton=false"
"-Dunittest=true" "-Dunittest=true"
"-Dwith_docs=true" "-Dwith_docs=true"
) )
@ -59,13 +59,6 @@ MESON_SRC_CONFIGURE_OPTION_SWITCHES=(
"opengl" "opengl"
) )
src_prepare() {
meson_src_prepare
# don't install compat symlink
# this script is also broken
echo "#!/bin/sh" > meson/install.sh
}
src_install() { src_install() {
meson_src_install meson_src_install
option dbus && dodoc -r dbus-examples option dbus && dodoc -r dbus-examples