-
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
Xserver autotools #946
Open
uli42
wants to merge
120
commits into
ArcticaProject:3.6.x
Choose a base branch
from
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
Xserver autotools #946
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]>
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]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
… script Signed-off-by: Mario Trangoni <[email protected]>
…uildit.sh Signed-off-by: Mario Trangoni <[email protected]>
…ototype and strict-prototypes Signed-off-by: Mario Trangoni <[email protected]>
18 tasks
Merged
It would be really helpful to drop imake for this. Do you plan to finish it ? |
Of course. But as always there are many time constraints...
Jonathan Kirszling ***@***.***> schrieb am Di., 11. Mai 2021,
18:07:
… It would be really helpful to drop imake for this. Do you plan to finish
it ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#946 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQHBZHAZ6YECR3AHW5CMIDTNFI3JANCNFSM4SUUD2QA>
.
|
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.
This is a "bookmark" PR to not lose track of this work. It needs to be rebased to current version. And it needs a review of course. see also #947