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

I you use XQuartz from MacPorts you need to change X11 to local #12

Open
mobluse opened this issue Apr 3, 2023 · 0 comments
Open

I you use XQuartz from MacPorts you need to change X11 to local #12

mobluse opened this issue Apr 3, 2023 · 0 comments

Comments

@mobluse
Copy link

mobluse commented Apr 3, 2023

It's not a real issue, but it might affect the documentation.

In OS X El Capitan 10.11.6 I installed XQuartz using sudo port install xorg-server and then I had to change X11 to local in the build examples for src/CMakeLists.txt:

link_directories(/opt/local/lib)
target_include_directories(xace PUBLIC /opt/local/include)

and tests/CMakeLists.txt:

link_directories(/opt/local/lib)
target_include_directories(keyboard_test PUBLIC /opt/local/include)
target_include_directories(spooler_test PUBLIC /opt/local/include)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant