WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dependency ignorance  (Read 1771 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
dependency ignorance
« on: August 19, 2014, 01:49:24 AM »
Hi
when I use importsce with the -d option should I choose all the deps or is it recursive?
For example I have a scenario like this:
I have xorg-all which depends on base and I want to import e18, should I specify both deps or only xorg-all?
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: dependency ignorance
« Reply #1 on: August 19, 2014, 02:15:42 AM »
if you have an sce called base, then you import xorg-all to depend on base, when you import e18 you should only have to specify xorg-all as a dependency for it to use both xorg-all and base as deps.   It is recursive.