summaryrefslogtreecommitdiff
path: root/README.msvc
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2018-08-21 18:10:08 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2018-08-21 18:10:08 +0800
commit081104da9301dc4c1d449a5f1c492ba5ba4f6d15 (patch)
tree4851475232bc3fa2ee4e025dde3c81d5ab87e102 /README.msvc
parentb4ba08f57d7e745425a63ea278796d09375709c4 (diff)
downloadgdk-pixbuf-081104da9301dc4c1d449a5f1c492ba5ba4f6d15.tar.gz
README.msvc: Fix sample Meson configure line
One needs to pass in -Dx11=false as well, for all Visual Studio builds.
Diffstat (limited to 'README.msvc')
-rw-r--r--README.msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.msvc b/README.msvc
index a0da1a16a..b39551a57 100644
--- a/README.msvc
+++ b/README.msvc
@@ -34,7 +34,7 @@ part of the dependency's build process.
Set the PATH, LIB, INCLUDE and PKG_CONFIG_PATH environmental variables as
needed. Run the following in a Visual Studio command prompt:
-python $(PATH_TO_meson.py)\meson.py $(GDK_PIXBUF_SRCDIR) --builldtype=$(BUILD_CONFIG) --prefix=$(PREFIX) -Dman=false $(OTHER_OPTIONS)
+python $(PATH_TO_meson.py)\meson.py $(GDK_PIXBUF_SRCDIR) --builldtype=$(BUILD_CONFIG) --prefix=$(PREFIX) -Dman=false -Dx11=false $(OTHER_OPTIONS)
For $(OTHER_OPTIONS), the following may be of interest, besides the png,
jpeg, japer and tiff options. Prefix each option with -D: