makefile: Fix invalid flags which should define

Two arguments were missing the -D option, which some compilers treated as errors and stopped the compilation.
This commit is contained in:
bellrise 2022-05-14 23:17:56 +02:00 committed by GitHub
parent 6a2b061a70
commit c3a9319a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ OPTIONS = -Dgtk_doc=false -Dintrospection=false \
-DG_DISABLE_CAST_CHECKS \
-Dcloudproviders=false \
-DGTK_DISABLE_DEPRECATED \
-GDK_PIXBUF_DISABLE_DEPRECATED \
-G_DISABLE_DEPRECATED -DENABLE_GLES2=ON \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DG_DISABLE_DEPRECATED -DENABLE_GLES2=ON \
-DENABLE_GEOLOCATION=OFF -DENABLE_PLUGIN_PROCESS_GTK2=OFF \
-DPORT=GTK \
-Dforce_posix_threads=true \