From 7f53745077cb8e66c05ae751e47fb54cffdb1193 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Oct 2018 08:30:47 +0530 Subject: [PATCH] Fix #1062 --- docs/build.rst | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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] ------------------------------