Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
4904bfe1
Unverified
Commit
4904bfe1
authored
May 30, 2020
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-pr/fix_region_crash' into 3.6.x
Attributes GH PR #927:
https://github.com/ArcticaProject/nx-libs/pull/927
parents
bdc698b7
6f22fb9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Imakefile
nx-X11/programs/Xserver/mi/Imakefile
+4
-1
No files found.
nx-X11/programs/Xserver/mi/Imakefile
View file @
4904bfe1
...
@@ -123,6 +123,9 @@ OBJS = $(CBRT_OBJ) \
...
@@ -123,6 +123,9 @@ OBJS = $(CBRT_OBJ) \
#if NXLibraries
#if NXLibraries
NX_DEFINES = -DNXAGENT_SERVER \
$(NULL)
/*
/*
* To build the NX agent we need the XINPUT symbol
* To build the NX agent we need the XINPUT symbol
* in order to build the XInputExtension, since we
* in order to build the XInputExtension, since we
...
@@ -155,7 +158,7 @@ LINTLIBS = \
...
@@ -155,7 +158,7 @@ LINTLIBS = \
../os/llib-los.ln \
../os/llib-los.ln \
$(NULL)
$(NULL)
DEFINES = $(FFS_DEFINES)
DEFINES = $(FFS_DEFINES)
$(NX_DEFINES)
NormalLibraryObjectRule()
NormalLibraryObjectRule()
NormalLibraryTarget(mi,$(OBJS))
NormalLibraryTarget(mi,$(OBJS))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment