[BACK]Return to patch-thumbnailer_meson.build CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / gdk-pixbuf2 / patches

Annotation of pkgsrc/graphics/gdk-pixbuf2/patches/patch-thumbnailer_meson.build, Revision 1.1

1.1     ! brook       1: $NetBSD$
        !             2:
        !             3: Add LD_LIBRARY_PATH so uninstalled programs find newly built shared libraries.
        !             4:
        !             5: --- thumbnailer/meson.build.orig       2019-10-08 10:44:10.000000000 +0000
        !             6: +++ thumbnailer/meson.build
        !             7: @@ -16,6 +16,7 @@ custom_target('thumbnailer',
        !             8:                input: 'gdk-pixbuf-thumbnailer.thumbnailer.in',
        !             9:                output: 'gdk-pixbuf-thumbnailer.thumbnailer',
        !            10:                command: [
        !            11: +              'env', 'LD_LIBRARY_PATH=' + meson.current_build_dir() + '/../gdk-pixbuf',
        !            12:                  gen_thumbnailer,
        !            13:                  '--printer=@0@'.format(gdk_pixbuf_print_mime_types.full_path()),
        !            14:                  '--pixdata=@0@'.format(gdk_pixbuf_pixdata.full_path()),

CVSweb <webmaster@jp.NetBSD.org>