Skip to content

community/glew: fix libdir in glew.pc

mailinglist-bot requested to merge patches/3915 into master

Patchset from Sebastian sebastian@sebsite.pw via aports #3915:

By default, glew sets the libdir in the pkg-config file to the LIBDIR
that it is installed to. We don't want that here, so this commit patches
the pkg-config file to always use the system's libdir (/usr/lib).

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Merge request reports