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

Optionally disable X11-dependent modules #259

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cemkeylan
Copy link
Contributor

I have noticed recently that notebook and paned depend on the X11 backend of GTK+3.0 to compile as <gdk/gdkx.h> is not installed to system headers if the backend is not available.

  • I have changed configure.ac and added a --with-x11 flag which is enabled by default.
  • The configure script will check for the existence of gtk+-x11-3.0.pc to determine the availability of the x11 backend.
  • Notebook and Paned will be disabled if x11 backend is not being used.

@v1cont
Copy link
Owner

v1cont commented Jun 20, 2024

in line 55 must be x$with_x11. please correct this error and make new pr

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

Successfully merging this pull request may close these issues.

2 participants