Changes between Initial Version and Version 1 of Ticket #39085, comment 6
- Timestamp:
- May 13, 2013, 9:20:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39085, comment 6
initial v1 23 23 Yeah, that's what the diff I attached was supposed to show... 24 24 25 In other words, we could remove the library dependencies on: 26 {{{ 27 expat 28 fontconfig 29 freetype 30 gnutls 31 jpeg 32 libiconv 33 libpng 34 libxslt 35 ncurses 36 tiff 37 xorg-libXcomposite 38 xorg-libXcursor 39 xorg-libXi 40 xorg-libXinerama 41 xorg-libXrandr 42 xorg-libXxf86vm 43 xrender 44 }}} 45 as long as we also added new library dependencies on: 46 {{{ 47 gettext 48 glib2 49 xorg-libX11 50 xorg-libXext 51 xorg-libice 52 }}}