Update overlay

This commit is contained in:
speedie 2022-12-07 22:48:02 +01:00
parent 5a20045539
commit 5c46ecee83
2 changed files with 8 additions and 4 deletions

View file

@ -19,7 +19,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="+xinerama savedconfig +savedheaders +ipc +xresources +switcher +dmenu +systray +mouse +media +imlib2 +tcc"
IUSE="+xinerama +savedconfig +savedheaders +ipc +xresources +switcher +dmenu +systray +mouse +media +imlib2 +tcc"
RDEPEND="
media-libs/fontconfig
@ -110,7 +110,9 @@ src_prepare() {
fi
if use savedconfig; then
if [ -e "options.h" ]; then
if [ -e "config.h" ]; then
restore_config config.h
elif [ -e "options.h" ]; then
restore_config options.h
fi
fi

View file

@ -19,7 +19,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="+xinerama savedconfig +savedheaders +ipc +xresources +switcher +dmenu +systray +mouse +media +imlib2 +tcc"
IUSE="+xinerama +savedconfig +savedheaders +ipc +xresources +switcher +dmenu +systray +mouse +media +imlib2 +tcc"
RDEPEND="
media-libs/fontconfig
@ -110,7 +110,9 @@ src_prepare() {
fi
if use savedconfig; then
if [ -e "options.h" ]; then
if [ -e "config.h" ]; then
restore_config config.h
elif [ -e "options.h" ]; then
restore_config options.h
fi
fi