[aur-general] GUI
Sergej Pupykin
ml at sergej.pp.ru
Tue Oct 5 02:45:24 EDT 2010
On 05.10.2010 10:12, Nathan O wrote:
> Probably not allowed to do so, but I figured I would ask. In a PKGBUILD can
> we do something like:
>
> echo "Do you want to enable GTK support?"
> read gtk
>
> if [[ "gtk" == "yes" ]]; then
> ./configure --with-gtk
>
> and so on.
>
> Thanks
I suggest pacman calling to check if gtk2 package installed. If it is -
./configure --with-gtk.
More information about the aur-general
mailing list