-
Notifications
You must be signed in to change notification settings - Fork 39
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
Mjtrangoni/xserver autotools #947
Open
uli42
wants to merge
131
commits into
ArcticaProject:3.6.x
Choose a base branch
from
uli42:mjtrangoni/xserver-autotools
base: 3.6.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Backport of this commit: author Julien Cristau <[email protected]> 2009-10-06 16:11:24 +0200 committer Julien Cristau <[email protected]> 2009-10-06 16:12:45 +0200 commit 854269d55cdda8caf425515bfed2855e211a5ada (patch) tree 2f485b4e4fa0147682d945cd9ae32d1a72fe593b parent 3bb020587ce74e0737ec7aceb20041f1e77d3b87 (diff) configure: quote argument to m4_pattern_forbid Without this, configure spits out ../configure: line 12364: ac_fn_c_check_member: command not found ../configure: line 12378: ac_fn_c_check_type: command not found Also anchor the pattern to make it stricter. Signed-off-by: Julien Cristau <[email protected]>
there's no pkgconfig because it's included in nxagent
we do not have the corresponding code anymore
nx-X11: Fix configure.ac checks for xfont2, pixman-1, and tirpc. travisCI: * add xfont-utils * add libxfont1-dev , Ubuntu 16.04 is missing fontutil.h * Add ghostscript for /usr/bin/ps2pdf Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
FONT_PATH_ELEMENT_NAME_CONST=0 We should check if we can change the code to make it work with const enabled.. Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Fixes this error: mieq.c: In function ‘mieqProcessInputEvents’: mieq.c:162:11: error: ‘DPMSPowerLevel’ undeclared (first use in this function) else if (DPMSPowerLevel != DPMSModeOn) ^~~~~~~~~~~~~~ Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Fixes "ResourceName" is unknown Signed-off-by: Mario Trangoni <[email protected]>
Fixes error: ‘struct _Pixmap’ has no member named ‘devPrivates’; did you mean ‘devPrivate’? Signed-off-by: Mario Trangoni <[email protected]>
Fixes utils.c: In function ‘ProcessCommandLine’: utils.c:804:3: error: ‘nolock’ undeclared (first use in this function); did you mean ‘clock’? nolock = TRUE; ^~~~~~ Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
…fault disabled Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Agent.h:113: warning: "NX_TRANS_SOCKET" redefined #define NX_TRANS_SOCKET In file included from ./nxagent-config.h:31, from Args.c:41: ../../include/dix-config.h:540: note: this is the location of the previous definition #define NX_TRANS_SOCKET 1
- warning: function declaration isn’t a prototype - warning: no previous prototype for
"warning: nested extern declaration of ..."
This way the automake tree for nxagent has the same information as all the other subtrees. This is just an intermediate approach as buildit.sh should (and will) be dropped.
There are handled by configure later in the process
They are neither respected anymore not needed anymore. The only use case was forcing TIRPC usage but this is now handled in configure.
We are now using the VERSION file directly
This is temporary until we find a better solution.
as they are default on unix systems anyway
Ensure we get the libs order in the nxagent binary correctly: first libX11, then libNX_X11: readelf -a nxagent | grep NEEDED | grep X11.so 0x0000000000000001 (NEEDED) Shared library: [libX11.so.6] 0x0000000000000001 (NEEDED) Shared library: [libNX_X11.so.6] -lX11 is not really necessary but make the pupose clearer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Another 'bookmark' PR to keep track of this work. This is slightly newer that mjtrangoni's version from #946