GR32_DSGN_Lazarus is the designtime-time package which registers components, usually adds the palette icons or provides dedicated component and property editors - all this goes into the IDE, and you don't need that in your project.
So, simply select only the runtime package, GR32_Lazarus, in the New Requirement editor. Since you already have the designtime package in your project, right-click on GR32_DSGN_Lazarus in the project inspector tree and select "Remove".
How to detect whether a package is for designtime only? In the New Requirement list, you only have the name: there is usually a "DSGN", "Design", "D", or "DCL" (coming from Delphi) in the package name.