Skip to content
Snippets Groups Projects
Commit cd3a5912 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

qt: Makefile.am: symlink vlc-qt-check to modules/

vlc-qt-check is found using VLC_PKG_LIBEXEC_DIR which falls back to
VLC_LIB_PATH. In vlc-static, VLC_LIB_PATH is defined by the following
snippet:

    #ifdef TOP_BUILDDIR
        setenv ("VLC_PLUGIN_PATH", TOP_BUILDDIR"/modules", 1);
        setenv ("VLC_DATA_PATH", TOP_SRCDIR"/share", 1);
        setenv ("VLC_LIB_PATH", TOP_BUILDDIR"/modules", 1);
    #endif

With the previous changes in ddfc6d0d,
the vlc-qt-check executable is not built into TOP_BUILDDIR/modules/
anymore, but in TOP_BUILDDIR/modules/gui/qt/ instead, and won't be found
on platforms requiring it.

When installing, it is still located at the right place, but this commit
adds a symbolic link to modules/ to ensure we can also find it with
vlc-static.
parent 51c2ee18
No related branches found
No related tags found
1 merge request!4698qt: Makefile.am: symlink vlc-qt-check to modules/
Pipeline #418444 passed with stages
in 31 minutes and 27 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment