Re: [Gambas-devel] packaging question
Brought to you by:
gambas
From: <mc...@hu...> - 2014-11-27 22:38:17
|
many many thanks! also I want to say a big thank you for the very beautiful program that gambas is and how it is well structured trek On 27/11/2014 at 8:13 PM, "Benoît Minisini" <ga...@us...> wrote: > >What to be done is written at: > > http://gambaswiki.org/wiki/howto/package > >Unless I made a mistake in that page, I don't know where these >wrong >dependencies come from. > >So I confirm you that: > >- gb.gui technically depends on no components, as it searches for >GUI >components (gb.gtk, gb.gtk3 and gb.qt4) at runtime. Concretely, it >should depends on gb.gtk OR gb.gtk3 OR gb.qt4. Same logic with >gb.gui.opengl. > >- gb.db depends on nothing. It may depends on gb.db.mysql OR >gb.db.postgresql... But there is no need for that normally. It's >up to >the developer to make its project depends on the database driver >it needs. > >Regards, > >-- >Benoît Minisini |