Changeset 96a0bdc3 for packages.ent

Timestamp:
06/20/2024 04:27:33 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
829cbf1a
Parents:
8087ca44
git-author:
Xi Ruoyao <xry111@…> (06/20/2024 04:19:18 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/20/2024 04:27:33 AM)
Message:

qt5: Remove qtlocation

Let's just get rid of this particularly problematic module instead of
using a long list of sed's.

Note that "s;c++14;c++17;" is just incorrect: mapbox-gl-native really
uses C++ features *removed* (not simply "deprecated") in C++ 17. Thus
it just happens to work and it may break any time when we update GCC
again. And it's bad from the educational perspective to tell the users
doing this.

Also remove it from the qt5-component page. The qt5-component page
already says if qtlocation is needed it will be mentioned explicitly in
the dependency section, and "grep qtlocation" returns nothing else than
the qt5-component page itself. This suggests nothing in BLFS ever needs
qtlocation so removing it shouldn't cause any trouble (we can revert if
something unexpected happens...)

(No files)

Note: See TracChangeset for help on using the changeset viewer.