; * Imakefile: Fix typo.

This commit is contained in:
hujianwei 2022-11-06 00:53:00 +00:00
parent 55cae69aa1
commit e5fe4380eb

View file

@ -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