Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libepoxy,libcares,physfs] Do not call vcpkg_fixup_pkgconfig #19720

Closed
strega-nil opened this issue Aug 23, 2021 · 1 comment · Fixed by #19721
Closed

[libepoxy,libcares,physfs] Do not call vcpkg_fixup_pkgconfig #19720

strega-nil opened this issue Aug 23, 2021 · 1 comment · Fixed by #19721
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@strega-nil
Copy link
Contributor

See epoxy.pc for example:

prefix=/Users/nimazzuc/projects/vcpkg/packages/libepoxy_arm64-osx # <- this is incorrect
libdir=${prefix}/lib
includedir=${prefix}/include

epoxy_has_glx=0
epoxy_has_egl=0
epoxy_has_wgl=0

Name: epoxy
Description: GL dispatch library
Version: 1.5.5
Libs: -L${libdir} -lepoxy -ldl
Cflags: -I${includedir}
@strega-nil strega-nil changed the title [vcpkg_fixup_pkgconfig] Fails to fix up prefix=${CMAKE_CURRENT_PACKAGES_DIR} [vcpkg_fixup_pkgconfig] Fails to fix up prefix=${CURRENT_PACKAGES_DIR} Aug 23, 2021
@strega-nil strega-nil changed the title [vcpkg_fixup_pkgconfig] Fails to fix up prefix=${CURRENT_PACKAGES_DIR} [libepoxy,libcares,physfs] Do not call vcpkg_fixup_pkgconfig Aug 23, 2021
@JackBoosY
Copy link
Contributor

JackBoosY commented Aug 24, 2021

cc @Neumann-A
prefix should have a relative value ${pcfiledir}/../...

Never mind, I will fix that.

@JackBoosY JackBoosY added the category:port-bug The issue is with a library, which is something the port should already support label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants