gtk+3: remove stuff that depends on wayland>1.3.
This commit is contained in:
parent
d8aaa4d814
commit
71cc79fec6
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ else
|
|||
configure_args+=" --disable-x11-backend"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
# protocols too new; made with a wayland from git, not 1.3.0
|
||||
rm gdk/wayland/gtk-shell-{client-protocol.h,protocol.c}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
|
||||
# Provide a default (icon)theme.
|
||||
|
|
Loading…
Reference in a new issue