From: Václav Slavík Date: Thu, 21 Aug 2003 09:06:58 +0000 (+0000) Subject: Unicode compilation fixes for OGL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/66cb53f7a96fad5d7d12cac255d1b417bae0e191?hp=1484b5cc701329c54bbe70f2a155119fd86945c7 Unicode compilation fixes for OGL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxGTK.spec b/wxGTK.spec index 989f6f2eb9..3e6201bd66 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -242,9 +242,7 @@ fi %{_libdir}/libwx_%{portname}*_fl*.so.* %{_libdir}/libwx_%{portname}*_gizmos*.so.* %{_libdir}/libwx_%{portname}*_mmedia*.so.* -%if !%{unicode} %{_libdir}/libwx_%{portname}*_ogl*.so.* -%endif %{_libdir}/libwx_%{portname}*_plot*.so.* %{_libdir}/libwx_%{portname}*_stc*.so.* %{_libdir}/libwx_%{portname}*_svg*.so.* @@ -273,11 +271,9 @@ fi %{_includedir}/wx/mmedia/* %{_libdir}/libwx_%{portname}*_mmedia*.so -%if !%{unicode} %dir %{_includedir}/wx/ogl %{_includedir}/wx/ogl/* %{_libdir}/libwx_%{portname}*_ogl*.so -%endif %dir %{_includedir}/wx/plot %{_includedir}/wx/plot/* diff --git a/wxX11.spec b/wxX11.spec index 1007ae38f9..109b5bfc01 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -223,9 +223,7 @@ fi %{_libdir}/libwx_%{portname}*_fl*.so.* %{_libdir}/libwx_%{portname}*_gizmos*.so.* %{_libdir}/libwx_%{portname}*_mmedia*.so.* -%if !%{unicode} %{_libdir}/libwx_%{portname}*_ogl*.so.* -%endif %{_libdir}/libwx_%{portname}*_plot*.so.* %{_libdir}/libwx_%{portname}*_stc*.so.* %{_libdir}/libwx_%{portname}*_svg*.so.* @@ -254,11 +252,9 @@ fi %{_includedir}/wx/mmedia/* %{_libdir}/libwx_%{portname}*_mmedia*.so -%if !%{unicode} %dir %{_includedir}/wx/ogl %{_includedir}/wx/ogl/* %{_libdir}/libwx_%{portname}*_ogl*.so -%endif %dir %{_includedir}/wx/plot %{_includedir}/wx/plot/*