ae11a9
%if "%{name}" == "gtk3-private"
ae11a9
    function prepend_buildroot_include_path_to_compiler_flags() {
ae11a9
        export CFLAGS="-I%{_buildrootdir}%{gtk3_install_path}/$@ $CFLAGS" \
ae11a9
        export CXXFLAGS="-I%{_buildrootdir}%{gtk3_install_path}/$@ $CXXFLAGS"
ae11a9
    }
ae11a9
    
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/glib-2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/glib-2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/gio-unix-2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags %{_lib}/glib-2.0/include
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/freetype2
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/fontconfig
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/harfbuzz
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/gdk-pixbuf-2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/atk-1.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/at-spi-2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/at-spi2-atk/2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/cairo
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/pango-1.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/librsvg-2.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/cairo
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/gtk-3.0
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/gtk-3.0/unix-print
ae11a9
    prepend_buildroot_include_path_to_compiler_flags include/librsvg-2.0
ae11a9
%else
ae11a9
    sed -i 's@%{gtk3_install_path}@%{_buildrootdir}%{gtk3_install_path}@g' %{_buildrootdir}%{gtk3_install_path}/%{_lib}/pkgconfig/*.pc
ae11a9
%endif
ae11a9
ae11a9
export LDFLAGS="-L%{_buildrootdir}%{gtk3_install_path}/%{_lib} $LDFLAGS"
ae11a9
export LDFLAGS="-Wl,-rpath,%{gtk3_install_path}/%{_lib} $LDFLAGS"
ae11a9
export LDFLAGS="-Wl,-rpath-link,%{_buildrootdir}%{gtk3_install_path}/%{_lib} $LDFLAGS"
ae11a9
ae11a9
export PKG_CONFIG_PATH=%{_buildrootdir}%{gtk3_install_path}/%{_lib}/pkgconfig