diff --git a/docs/build.rst b/docs/build.rst index bb68c1d02..14ffbc62b 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -28,7 +28,7 @@ Build-time dependencies: * gcc or clang * pkg-config * For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for: - ``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev`` and ``libxkbcommon-x11-dev``, + ``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev`` and ``libpython-dev``. if they are not already installed by your distro. Install and run from source diff --git a/docs/changelog.rst b/docs/changelog.rst index 705481d84..4fe64e360 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,10 +22,10 @@ Changelog - macOS: Fix drag and drop of files not working on mojave (:iss:`1058`) - - Fix expansion of env vars not working in the :opt:`env` directive (:iss:`1075`) + 0.12.3 [2018-09-29] ------------------------------