forked from 12to11/12to11
; * Imakefile: Fix typo.
This commit is contained in:
parent
55cae69aa1
commit
e5fe4380eb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ DependSubdirs($(SUBDIRS))
|
||||||
GENHEADERS = transfer_atoms.h drm_modifiers.h
|
GENHEADERS = transfer_atoms.h drm_modifiers.h
|
||||||
HEADER = $(GENHEADERS) compositor.h
|
HEADER = $(GENHEADERS) compositor.h
|
||||||
|
|
||||||
#if defined LinuxArchitecture || define GNUArchitecture
|
#if defined LinuxArchitecture || defined GNUArchitecture
|
||||||
EXTRA_DEFINES := -DPortFile=\"port_gnu.h\" -D_GNU_SOURCE -U_BSD_SOURCE -U_SVID_SOURCE
|
EXTRA_DEFINES := -DPortFile=\"port_gnu.h\" -D_GNU_SOURCE -U_BSD_SOURCE -U_SVID_SOURCE
|
||||||
DEPEND_DEFINES := -DPortFile=\"port_gnu.h\"
|
DEPEND_DEFINES := -DPortFile=\"port_gnu.h\"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue