Mailinglist Archive: opensuse-buildservice (252 mails)
< Previous | Next > |
Re: [opensuse-buildservice] Build service problem with SDL_ttf.h need SDL_ttf-devel.
- From: Stefan Dirsch <sndirsch@xxxxxxx>
- Date: Wed, 20 Sep 2006 20:34:21 +0200
- Message-id: <20060920183421.GA6955@xxxxxxx>
On Wed, Sep 20, 2006 at 11:56:20AM -0600, Boyd Lynn Gerber wrote:
> Hello,
>
> I was told that I needed to add SDL_ttf-devel for Fedora builds. How do I
> get it added to the build service and Is there a way to only include it
> for Fedora?
%if %{defined fedora_version}
BuildRequires: SDL_ttf-devel
%endif
See also
http://en.opensuse.org/Build_Service/cross_distribution_package_how_to
Best regards,
Stefan
Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH
Tel: 0911-740 53 0 Maxfeldstraße 5
FAX: 0911-740 53 479 D-90409 Nürnberg
http://www.suse.de Germany
------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
> Hello,
>
> I was told that I needed to add SDL_ttf-devel for Fedora builds. How do I
> get it added to the build service and Is there a way to only include it
> for Fedora?
%if %{defined fedora_version}
BuildRequires: SDL_ttf-devel
%endif
See also
http://en.opensuse.org/Build_Service/cross_distribution_package_how_to
Best regards,
Stefan
Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH
Tel: 0911-740 53 0 Maxfeldstraße 5
FAX: 0911-740 53 479 D-90409 Nürnberg
http://www.suse.de Germany
------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
< Previous | Next > |