Skip to content

Optionally disable X11-dependent modules#259

Open
cemkeylan wants to merge 2 commits intov1cont:masterfrom
cemkeylan:master
Open

Optionally disable X11-dependent modules#259
cemkeylan wants to merge 2 commits intov1cont:masterfrom
cemkeylan:master

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