mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
fixing the mac raptor build: undef some of the Mozilla specific stuff
This commit is contained in:
parent
c3d5af1cf4
commit
9fb36e1104
@ -40,7 +40,12 @@
|
||||
/* Read build-wide defines (e.g. MOZILLA_CLIENT) */
|
||||
#include "DefinesMozilla.h"
|
||||
|
||||
/* ...then undefine the Mozilla specific stuff */
|
||||
#undef CookieManagement
|
||||
#undef SingleSignon
|
||||
#undef PRIVACY_POLICIES
|
||||
|
||||
#define STANDALONE_IMAGE_LIB /* libimg */
|
||||
#define MODULAR_NETLIB /* network */
|
||||
/* ...and define the Raptor specific things */
|
||||
#define STANDALONE_IMAGE_LIB /* libimg */
|
||||
#define MODULAR_NETLIB /* network */
|
||||
#define MOZ_NGLAYOUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user