diff options
| author | William Harrington <kb0iic@berzerkula.org> | 2021-05-27 15:11:38 -0500 |
|---|---|---|
| committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-27 15:11:38 -0500 |
| commit | 2fe1487d54f2d1d346134e9efdea7bbc30b522cb (patch) | |
| tree | 733edef019cae234d652d40628420f348fb08bc6 | |
| parent | 67e517967c6b3b7ae5cc534a9cbb1a9d0ae5f4ec (diff) | |
Remove spurious new line char for GTK3-Extras.
| -rw-r--r-- | blfs/Xorg.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blfs/Xorg.Makefile b/blfs/Xorg.Makefile index 13ec6e2..5232129 100644 --- a/blfs/Xorg.Makefile +++ b/blfs/Xorg.Makefile @@ -51,7 +51,7 @@ GTK3 : at-spi2-atk gdk-pixbuf hicolor-icon-theme ISO-Codes \ # libxkbcommon Wayland wayland-protocols DocBook-utils GTK-Doc @echo $@ -GTK3-Extras : adwaita-icon-theme colord Cups PyAtSpi2 rest \ +GTK3-Extras : adwaita-icon-theme colord Cups PyAtSpi2 rest @echo $@ HarfBuzz-Cairo : Cairo |
